Andrew Fader
Andrew Fader
``` ❯ while true; do echo -n "RetroArch ";ps -p `pidof retroarch` -o %cpu,%mem ; sleep 5; done RetroArch %CPU %MEM 57.3 0.6 RetroArch %CPU %MEM 40.8 0.6 RetroArch %CPU...
Addressed this here for 3.0.4. https://github.com/coreinfrastructure/best-practices-badge/pull/1871/commits/01e3c675d3bccc16c82291340c982f250a6f2cf7 ``` docker pull cimg/ruby:3.0.4-browsers 3.0.4-browsers: Pulling from cimg/ruby Digest: sha256:c3777a6241882a4bdc1c63da941f4ae2484fffb3394e827858f68d66c925375f Status: Image is up to date for cimg/ruby:3.0.4-browsers docker.io/cimg/ruby:3.0.4-browsers ``` However the sha in...
Got a ```TypeError: unexpected @path /home/andrew/.rvm/gems/ruby-3.1.0-preview1/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/path.rb:103:in `to_s'``` on rails new with ruby 3.1-rc2 and rails 7-alpha
@doodzik I believe so, I ran setup.rb from this branch and then I was able to do it without error.
Actually it may still be broken. Here's the new error ```/home/andrew/.rvm/rubies/ruby-3.1.0-preview1/lib/ruby/3.1.0/pathname.rb:49:in `basename': no implicit conversion of nil into String (TypeError) from /home/andrew/.rvm/rubies/ruby-3.1.0-preview1/lib/ruby/3.1.0/pathname.rb:49:in `chop_basename' from /home/andrew/.rvm/rubies/ruby-3.1.0-preview1/lib/ruby/3.1.0/pathname.rb:374:in `plus' from /home/andrew/.rvm/rubies/ruby-3.1.0-preview1/lib/ruby/3.1.0/pathname.rb:354:in `+' from...
Here you go. Sorry about that: ``` ❯ DISABLE_BOOTSNAP=1 rails s > foo.txt /home/andrew/.rvm/rubies/ruby-3.1.0-preview1/lib/ruby/3.1.0/pathname.rb:20: warning: already initialized constant Pathname::TO_PATH /home/andrew/.rvm/gems/ruby-3.1.0-preview1/gems/pathname-0.2.0/lib/pathname.rb:20: warning: previous definition of TO_PATH was here /home/andrew/.rvm/rubies/ruby-3.1.0-preview1/lib/ruby/3.1.0/pathname.rb:22: warning: already...
@deivid-rodriguez I deleted my whole project and did `rails new` again and now `rails s` works fine. So I guess my issue is now solved. But here was `bin/rails` if...
I'm guessing I didn't completely eradicate something - or something to do with rvm or bootsnap/spring running in the background
Maybe I could help or pair on this. Lmk?