adambeynon changed the topic of #opal to: http://opalrb.org - Ruby runtime and library on top of Javascript | 1.0.0 is near | This channel is logged at http://irclog.whitequark.org/opal
barry has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
lacrosse has joined #opal
fkchang has quit [Ping timeout: 240 seconds]
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 :)
<adambeynon> meh`: the block not getting passed?
<meh`> adambeynon, yep
<meh`> toward the end
lectrick has joined #opal
lectrick has quit [Changing host]
<fkchang> adambeynon: ok, hopefully I'll have PR up in the near future. I think I might make an export to playground feature from opal-irb too
elia has quit [Quit: Computer has gone to sleep.]
<fkchang> as wel as add playground type stuff or integration into opal-inspector
<fkchang> adambeynon: btw, did you have a gist for the code/comments stuff?
<fkchang> meh`: what's the browser coverage on opal-browser?
<meh`> fkchang, in what sense?
<fkchang> i.e. IE8 and above, I imagine some stuff isn't supported by older browers (namely older IE's)
<meh`> fkchang, right now
<meh`> IE doesn't work at all
<meh`> it will starting next year
<meh`> the fixing is easy to do
<meh`> it's the next item on my todo list
<adambeynon> meh`: I have experimented with a rewrite of opal jquery which has the same API as opal-browser. Might make it an easier upgrade path
<meh`> adambeynon, nice
<adambeynon> I can't help but use query on 2 apps as they use bootstrap plugins, so it would be useful
<adambeynon> Jquery*
<meh`> I can see that
<meh`> but lissio is slowly getting there
<meh`> plugins wise
dfranciosi has quit []
<adambeynon> fkchang: sorry missed your comment. It's on my laptop. I will forward it onto you once I'm back
r0bgleeson has joined #opal
<fkchang> meh`: I was going to rewrite opal-inspector in opal-browser, possibly lissio, but maybe keep it w/opal-jquery if I want to run it on IE's
<fkchang> I also make use of stuff that uses jquery or jquery-ui that I'd have to rewrite or find a substitute
<fkchang> biggest being jq-console for opal-irb
Kilo`byte has quit [Max SendQ exceeded]
<meh`> fkchang, well, adambeynon said he's trying to make opal-jquery API compatible with opal-browser
<meh`> fkchang, but yeah, I'm pretty sure opal-browser will support IE before the end of January
<meh`> it's just I have more important things to do before then
Kilo`byte has joined #opal
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
brixen_ is now known as brixen
grios_ has joined #opal
grios has quit [Ping timeout: 246 seconds]
grios_ is now known as grios
ryanstout has joined #opal
<adambeynon> meh`: I just realised the opal-playground/rspec thingy is really useful for showing off bugs in opal, with a test case ^_-
allan_ has joined #opal
allan_ has quit [Client Quit]
meh` has quit [Ping timeout: 272 seconds]
fkchang has quit [Ping timeout: 250 seconds]
ryanstout has quit [Quit: ryanstout]