-
something like this :
```
MRuby::CrossBuild.new('32bit') do |conf|
toolchain :"arm-linux-gcc"
conf.cc.flags
-
Just some comment to: https://github.com/mruby/mruby/pull/4656
As long as we do too much things in `build_config.rb` loading phase(rel: https://github.com/mruby/mruby/issues/4657 ) `MRuby::Lockfile…
-
I used 'mingw-w64-x86_64-onigmo-6.2.0-1-any.pkg.tar '.
An error on the way.
```
./libtool: line 1727: lib: command not found
make[2]: *** [libonigmo.la] Error 127
make[1]: *** [all-recursive] E…
-
Sometimes (not always) when you close a Rubium application on Mac, you get the "Program terminated unexpectedly" error. It's probably something to do with the helper processes CEF spawns. Not sure tho…
-
I've seen this loosely discussed in other issue threads, I feel this is an issue in itself that should be discussed in its own context.
## Motivation
### Half precision
There are architectures th…
-
it should be possible to eval bytecode from a string (e.g. loaded from a database).
would a patch be accepted for this? would it need to be in eval or a separate method like `eval_irep` ?
-
the UI looks like this in Zrythm:
![Screenshot from 2021-01-20 19-54-01](https://user-images.githubusercontent.com/3407655/105227452-41421980-5b59-11eb-82fa-63e420411cc1.png)
I'm on GuixSD but use…
-
Hey! We're running into an issue with https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz and Node 12.18.3.
When building, we get the following error:
```
-----> emberjs app d…
-
Sorry, this is just a brainstorming ticket since I am not sure where to go with Android.
I have ported bits of C++ Gosu to Android during one Ludum Dare competition:
https://github.com/jlnr/ld26
It…
-
I am thinking about writing an interface to mruby from Crystal. I want to be able to run mruby apps from inside of Crystal, be able to access the result of running the script (return values or access …