gverri has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
gverri has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
gverri has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
elia has joined #opal
gverri has joined #opal
elia has quit [Read error: Connection reset by peer]
elia has joined #opal
ryanstout has quit [Quit: ryanstout]
ryanstout has joined #opal
wsirc_2031 has quit [Remote host closed the connection]
elia has quit [Quit: Computer has gone to sleep.]
ryanstout has quit [Quit: ryanstout]
marcandre has joined #opal
meh` has quit [Ping timeout: 276 seconds]
barry has quit [Remote host closed the connection]
barry has joined #opal
barry has quit [Ping timeout: 272 seconds]
ryanstout has joined #opal
gverri has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
gverri has joined #opal
ryanstout has quit [Quit: ryanstout]
wsirc_2031 has joined #opal
wsirc_2031 has quit [Remote host closed the connection]
barry has joined #opal
barry has quit [Ping timeout: 245 seconds]
marcandre has quit [Remote host closed the connection]
barry_ has joined #opal
barry_ has quit [Ping timeout: 265 seconds]
wsirc_2031 has joined #opal
wsirc_2031 has quit [Remote host closed the connection]
e_dub has joined #opal
adambeynon has joined #opal
Liothen has quit [Ping timeout: 272 seconds]
barry has joined #opal
barry has quit [Ping timeout: 246 seconds]
gverri has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kludge` has quit [Ping timeout: 272 seconds]
kludge` has joined #opal
DouweM has quit [Ping timeout: 246 seconds]
barry has joined #opal
wsirc_2031 has joined #opal
wsirc_2031 has quit [Remote host closed the connection]
brixen has quit [Ping timeout: 272 seconds]
brixen has joined #opal
e_dub has quit [Quit: It's a hard knock life]
barry has quit [Remote host closed the connection]
kludge` has quit [Ping timeout: 265 seconds]
kludge` has joined #opal
barry has joined #opal
elia has joined #opal
meh` has joined #opal
elia has quit [Ping timeout: 264 seconds]
barry has quit [Remote host closed the connection]
barry has joined #opal
meh` has quit [Ping timeout: 260 seconds]
barry has quit [Ping timeout: 246 seconds]
elia has joined #opal
DouweM has joined #opal
barry has joined #opal
barry has quit [Client Quit]
wsirc_2031 has joined #opal
wsirc_2031 has quit [Remote host closed the connection]
meh` has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
meh` has quit [Ping timeout: 245 seconds]
meh` has joined #opal
wsirc_2031 has joined #opal
marcandre has joined #opal
fkchang has joined #opal
<fkchang>
meh`: is gwentoo working? I tried it last night and bundle exec lissio start to run, but I get a js error "TypeError: 'undefined' is not a function (evaluating '(1).$s()')"
<fkchang>
this line " self.$animation("spin", (1).$s(), "linear", (0).$s(), "infinite");"
<meh`>
fkchang, last night I forgot to push some dependencies
<meh`>
it should work now
<fkchang>
did u just push something, my repo says it's up to date
<meh`>
fkchang, mh, wait
<meh`>
I think I know
<meh`>
no, I don't
<meh`>
fkchang, is paggio in the gemfile?
<fkchang>
yes
<meh`>
wait, let me clone fresh and see
<meh`>
I'm sure it's some dependencies being old
<meh`>
because someone else had that problem
<meh`>
fkchang, yeah
<meh`>
do a bundle update
<meh`>
the lock is old
<fkchang>
meh`: still same error
<meh`>
it's something fucked up with the bundle
<fkchang>
meh`: take it back, I think my browser cached something
<fkchang>
pretty agressive caching at that
<fkchang>
ok, it's running
<meh`>
fkchang, there's no menu yet, so if you want something interesting go to #/select/guild
<meh`>
and you need a name or an id, "I Nibelunghi" will work
<meh`>
now I'm fixing deferred events
<meh`>
I did them in a very retarded way
GitHub98 has joined #opal
<GitHub98>
opal/master a62a443 Adam Beynon: Fix code generation for op_asgn_1 calls (foo[bar] += 10)
GitHub98 has left #opal [#opal]
<GitHub98>
[opal] adambeynon pushed 1 new commit to master: http://git.io/lVTckA
<meh`>
adambeynon, can you give an eye at the parsing error issue I opened yesterday?
<adambeynon>
meh`: trying it out now. cant figure it out though... some awkward lex_state bug I think
<fkchang>
though the json seems to indicate an error. Anyways I like the design and the cool rotating logo
<meh`>
fkchang, yeah, I haven't done error handling yet
<meh`>
it's been very useful work in any case, raised a lot of bugs and API flaws
<fkchang>
found a guild name that works, Panda
<fkchang>
u write user messages the way I would...
gverri has joined #opal
ryanstout has joined #opal
<ryanstout>
quick question, does anyone know what the state of the Time class is in opal? I saw someone was working on it, I'm wondering if I should wait before building anything with it?
<meh`>
ryanstout, depends on what you need it for
<meh`>
it needs reworking
<meh`>
to not be a bridged class
<ryanstout>
I was hoping to extend it to add a few railsy things to it
<ryanstout>
.hours.ago, etc..
<adambeynon>
ryanstout: the timezones are the problem
<adambeynon>
it makes all dates gmt
<adambeynon>
no, makes them all local timezone, sorry
<ryanstout>
ok, so sounds like it needs more time? Anything I can help with?
<meh`>
lol
<meh`>
was the pun intended?
<adambeynon>
lol
<meh`>
ryanstout, basically, wrap a Date() instead of having it bridged
<adambeynon>
ryanstout: well, as meh` says, I need to change it so it becomes a wrapper of a native Date object, with a stored timezone offset
<meh`>
so we can store the timezone and other stuff
<meh`>
also implement Time.parse
<ryanstout>
cool, thanks for letting me know the status
<adambeynon>
ryanstout: there is opal-activesupport as well which Im trying to add as many methods to as possible
<adambeynon>
got a few to merge there from some apps
<ryanstout>
adambeynon: cool, I'll check it out
DouweM has quit [Ping timeout: 248 seconds]
elia has joined #opal
wsirc_2031 has quit [Remote host closed the connection]
wsirc_2031 has joined #opal
harrow` has quit [Ping timeout: 252 seconds]
harrow has joined #opal
wsirc_2031 has quit [Remote host closed the connection]
grios has joined #opal
DrShoggoth has joined #opal
DrShoggoth has quit [Max SendQ exceeded]
DrShoggoth has joined #opal
Liothen has joined #opal
harrow has quit [Ping timeout: 240 seconds]
elia has quit [Quit: Computer has gone to sleep.]
harrow has joined #opal
GitHub46 has joined #opal
<GitHub46>
[opal] adambeynon pushed 1 new commit to master: http://git.io/2YDV2Q
GitHub46 has left #opal [#opal]
<GitHub46>
opal/master 72cf7f1 Adam Beynon: Add some recent changes into changelog
<adambeynon>
meh`: what are your thoughts on an ajax method accepting a block which is implicity setup as an #always() block on a promise?
<adambeynon>
e.g.
<adambeynon>
HTTP.get("/foo") do ... end
<adambeynon>
is the same as:
<adambeynon>
HTTP.get("/foo").always do ... end
<adambeynon>
basically, a way to support a "legacy" interface for HTTP.get() ?
<meh`>
sounds bad, I personally use the block to change the behaviour of the HTTP request