-
Currently on Manjaro Linux. Been trying to install and run sup from scratch. I'm now up to the following error. I'm NEW to ruby.
--- FROM THE TERMINAL ---
allen@mccoy ~/.local/share/gem/ruby/3.…
-
It looks like Clowne is not compatible with Ruby 3.0. I get a lot of errors like these when running the tests suite:
```
ArgumentError: wrong number of arguments (given 2, expected 1)
```
This app…
-
https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
it's supposed to be much faster
-
How do I install the ruby 3.0 release candidates?
-
when I update Ruby and start metasploit, It does not work
![Screenshot_20210211_081507](https://user-images.githubusercontent.com/61009000/107589578-47e81c00-6c41-11eb-8df6-03367c14dc78.jpg)
ghost updated
3 years ago
-
```
$ fpm -s rpm -t dir ../nymphcast-all-0.0.1-1.fc34.x86_64.rpm
/mnt/home/tpasch/.gem/ruby/gems/arr-pm-0.0.10/lib/arr-pm/file/header.rb:85:in `validate': Header magic did not match; got "\\x8E\\xA…
aanno updated
3 years ago
-
Found these while upgrading an application to Ruby 3, I'd submit a PR but I'm waiting on approval of the CLA.
`to_be_executed` needs to be changed to `**to_be_executed`
https://github.com/nylas/…
-
if you want to test jit performace, you should take a warmup time into account.
a good jit needs some time to optimize the code. Short scripts like this take just a second to execute. Obviousely, l…
-
## Description
Get "configure: error: C compiler cannot create executables" when running "rvm install ruby-3.0.0-preview2" on MacOS 10.12.6. Note that jruby-9.2.9.0 and 2.3.1 to 2.7.2 (25 versions)…
-
I am migrating from Rails 5.2 with the asset pipeline to Rails 6.1.3 with webpacker.
I want to use Bootstrap 5.0.0-beta2 and data-confirm-modal 1.6.2.
I believe I have the proper configuration a…