<_ingemar>
Hi! In Opal 0.7.0 I was able to do every
<_ingemar>
oops
<adaedra>
every oops
<_ingemar>
Hi! In Opal 0.7.0 I was able to do: every(5) { do_something } # under Opal 0.8.0 that no longer work? Does anyone have an idea what happened? Tried to search around on the web but what unable to find anything
<_ingemar>
s/what/was
<meh`>
_ingemar, that was never part of of the corelib or stdlib
<meh`>
you must have been using opal-browser or something
<_ingemar>
meh`: yes, just found it there... acked through all my installed gems xD
<_ingemar>
meh`: Do you know how to use it correctly? I've required 'browser' but $window.every renders "Uncaught NoMethodError: undefined method `every' for #<Window:0x1d0>"
<meh`>
_ingemar, require 'browser/interval'
<_ingemar>
meh`: I'll give it a shot. Thanks
<_ingemar>
meh`: woop, woop! That did the trick
_ingemar has quit [Remote host closed the connection]
gheegh has quit [Ping timeout: 244 seconds]
meh` has quit [Quit: brb]
meh` has joined #opal
GitHub141 has joined #opal
<GitHub141>
opal-rspec/master e4ab9c4 Elia Schito: Switch to released opal version
<GitHub141>
opal-rspec/master d477484 Elia Schito: Explain how to use the require generator file
<GitHub141>
[opal-rspec] elia pushed 7 new commits to master: http://git.io/vYP4H
<GitHub35>
[opal-rspec] elia force-pushed rspec-3-1-wip from 31603b3 to 62119f7: http://git.io/vYPQ5
<GitHub35>
opal-rspec/rspec-3-1-wip 421442e Brady Wied: Not sure why this was ignored, pinning this is a good idea to always build with the same version
travis-ci has joined #opal
<travis-ci>
opal/opal-rspec#61 (rspec-3-1-wip - 62119f7 : Elia Schito): The build was fixed.
<GitHub64>
[opal-rspec] elia created async-subject (+193 new commits): http://git.io/vYXkq
<GitHub64>
opal-rspec/async-subject cf0c366 Brady Wied: Not sure why this was ignored, pinning this is a good idea to always build with the same version
<GitHub8>
[opal-rspec] elia opened pull request #25: Promise Based Async Support – reprise (thanks to @wied03!) (master...async-subject) http://git.io/vYXI0
GitHub8 has left #opal [#opal]
ivanskie has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
GitHub3 has joined #opal
<GitHub3>
[opal-rspec] elia pushed 1 new commit to master: http://git.io/vYXLG
<GitHub3>
opal-rspec/master 1670c91 Elia Schito: Upadate/cleanup the changelog