-
Using the latest commit and a `jvm-ce` build
```
truffleruby 24.1.0-dev-00307c24, like ruby 3.2.2, GraalVM CE JVM [x86_64-linux]
```
with the latest gem version (1.0.4)
installation fails due to …
-
To install gems with native extensions with the Ruby from this feedstock, the conda-forge compilers must be installed in the environment with
```
conda install -c conda-forge compilers
```
Thi…
-
I think it's quite simple and there are browser extensions that do this, but it'd be nice to have a native dark theme in the page since i access it through many computers
-
I'm pretty sure this won't be too bad. Most of this work has already been done here: http://dlc-int.openindiana.org/aszeszo/vagrant and here: https://github.com/groundwater/vagrant-smartos.
In theory…
-
You should be able to put methods added via native extensions into a namespace.
```crystal
charly_namespace "mynamespace" do
charly_api "mymethod" do
TString.new "Hello world"
end
end
…
-
Consolidates issues #91 #90 #84 #74 #59 #46
Traveling Ruby currently supports Ruby 2.1.5 and Ruby 2.2.0 for Linux and OS X. For Windows, only Ruby 2.1.5 is supported. This is because the RubyInstal…
-
I've seen google group theme about native extensions formalization over different haxe frameworks or something like that... I just can't find it right now :(
-
I'm having issues with 'bundle install' for this project. I'm getting:
Error installing mysql2:
ERROR: Failed to build gem native extension.
**\* extconf.rb failed ***
Could not create Makefile d…
-
Hi There,
There is any plan to adapt the pREST to work as a native background worker1 and be distributed as a native PostgreSQL extension?
Perhaps the package `plgo`2 can help.
References:
…
-
**Is your feature request related to a problem? Please describe :**
When building a native extension, the order that the required libraries are supplied to the linker can't be controlled, and in part…