marcandre has quit [Remote host closed the connection]
barry has quit [Remote host closed the connection]
barry has joined #opal
barry has quit [Remote host closed the connection]
ledestin has quit [Ping timeout: 246 seconds]
e_dub has joined #opal
barry has joined #opal
barry has quit [Ping timeout: 240 seconds]
ledestin has joined #opal
ryanstout has quit [Quit: ryanstout]
e_dub has quit [Quit: It's a hard knock life]
ledestin has quit [Quit: ledestin]
barry has joined #opal
barry has quit [Ping timeout: 265 seconds]
DouweM has quit [Read error: Operation timed out]
meh` has joined #opal
dfranciosi has joined #opal
barry has joined #opal
barry has quit [Read error: Connection reset by peer]
barry has joined #opal
barry has quit [Remote host closed the connection]
barry has joined #opal
barry has quit [Ping timeout: 240 seconds]
elia has joined #opal
barry has joined #opal
<adambeynon>
meh`: how is IE8 support in opal-browser atm?
barry has quit [Remote host closed the connection]
DouweM has joined #opal
barry has joined #opal
<meh`>
adambeynon, lacking
<meh`>
adambeynon, I mean, some of it is done
<meh`>
but the most important one isn't
<meh`>
but it shouldn't be hard to do
elia has quit [Quit: Computer has gone to sleep.]
<adambeynon>
meh`: which is that?
<meh`>
adambeynon, event handling
<adambeynon>
meh`: attachEvent instead of addEventistener?
<meh`>
yes
<adambeynon>
er, obviously spelt right..
<meh`>
and implementing a MutationObserver polyfill
<meh`>
it's not hard, it's just not in my priorities for now
<meh`>
if you need it now I can try to find some time for it
<meh`>
but the roadmap is to make that at the beginning of this year
<meh`>
when I'll actually need it
<meh`>
this year?
<meh`>
next yer
<adambeynon>
meh`: I can do some fixes and open pull-requests for stuff. I dont really need IE support for the stuff Im working on anyway
<adambeynon>
meh`: ~('.foo') as a ruby-ism of $('.foo') ?
<meh`>
adambeynon, I like it
<meh`>
adding it
<meh`>
adambeynon, does $('.foo') return all of the matches or just the first?
<adambeynon>
in jquery all of the matches
<adambeynon>
returns a Node Set
<meh`>
mh
<meh`>
I think it ain't feasable for precedence rules
<adambeynon>
in prototype it returns the first... but then nobody uses prototype anymore...
<meh`>
you'd have to do (~".foo").things
<meh`>
but the idea is nice, I'll take a look at the other precedence rules
<adambeynon>
ahhh, you're right
<adambeynon>
dman
<meh`>
one could do ".foo".~.things
<meh`>
but that's ugly
<adambeynon>
~.(".foo")
<adambeynon>
but again a leading dot
<adambeynon>
or not
<adambeynon>
that wouldnt work either
<meh`>
there's always $$[]
<meh`>
but I like ~".foo"
<meh`>
mh
<adambeynon>
so close :(
elia has joined #opal
<meh`>
yet so far
<adambeynon>
back in an hour
<adambeynon>
I'll try and think of a plan b ;)
barry has quit []
marcandre has joined #opal
<meh`>
adambeynon, I think I'm hitting that weird block passing runtime bug again
Kilo`byte has quit [Max SendQ exceeded]
Kilo`byte has joined #opal
jibi has joined #opal
jibi has quit [Ping timeout: 240 seconds]
elia has quit [Quit: Computer has gone to sleep.]
jibi has joined #opal
elia has joined #opal
jibi has quit [Quit: .]
DouweM has quit [Ping timeout: 264 seconds]
fkchang has joined #opal
fkchang has quit [Client Quit]
fkchang has joined #opal
<fkchang>
adambeynon: how did you want to pass parameters to opal-playground, similar to how you do it for try opal (and opal-irb copies that technique). If so, I'd like to give it a stab
grios has joined #opal
<adambeynon>
fkchang: yes, through the hash fragments. I added it for the rspec bit, but have a go at the main bit by all means :)