š£ @/all I opened a slack workspace to enable github pull-request reminders and also because of the feature set (vs. gitter looking kinda dead), everyone is welcome to join with this link :link:
https://join.slack.com/t/opalrb/shared_invite/enQtOTQ5NzEyMDEyOTE5LTRhMDk1YmEwMGNhYzhiOGMwNWQ3MjFiZGFjYmM0ZTU0Mjc5NzdkMjkxMmYxMzk2Y2ZjMDU3MGRjMDM0NWRiMDE
The Slack address is https://opalrb.slack.com
I'll still watch gitter notifications if anyone still prefers it, but it's very likely that if everything goes well slack it's gonna be the official chat for Opal
function
keyword)
gem install browser
but this seems to be something different. Then I cloned the opal-browser repository, ran "bundle" in it, then tried to require_relative from my app.rb to the path of the browser.rb, but opal always gives me the message "can't find file: "browser" in:```Opal.modules["engine/game_error"] = function(Opal) {
var self = Opal.top, $nesting = [], nil = Opal.nil,
KaTeX parse error: Can't use function '$' in math mode at position 1: $̲ = Opal.const_g…: $ = Opal.const_get_qualified,
= Opal.const_get_relative, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass; return (function($base, $parent_nesting) {
var self = $module($base, 'Engine');
var $nesting = [self].concat($parent_nesting);
(function($base, $super, $parent_nesting) {
var self = $klass($base, $super, 'GameError');
var $nesting = [self].concat($parent_nesting);
return nil
})($nesting[0], $$($nesting, 'RuntimeError'), $nesting)
})($nesting[0], $nesting)
};
```