Richard Schneeman

Results 473 comments of Richard Schneeman

@iamacourser did you ever get this figured out? You need a valid gemspec file in that directory. You can run `rake gem spec` if you're using jeweler. This error threw...

+1, i'm interested if anyone has done any work on this, i made the attempt but got a few jruby exceptions and couldn't dig deeper. ``` ruby # ["(druby://127.0.0.1:59979) /Users/me/.rvm/gems/ree-1.8.7-2011.03@proj/bundler/gems/akephalos-03251d77332e/lib/akephalos/client.rb:79:in...

Ran into this again today (merry christmas!) https://github.com/postmodern/chruby/issues/387

I'm getting a seg fault trying to use this `Memprof::Tracer` with OS X and REE ``` /gems/memprof-0.3.10/lib/memprof/tracer.rb:18: [BUG] Segmentation fault ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin11.1.0], MBARI 0x6770, Ruby Enterprise...

I'm seeing something similar on Heroku https://gist.github.com/schneems/41f0e4b606a848a11403777f13efe3d0 It's telling me it cannot load `/usr/bin/ld: cannot find -lmysqlclient` but it's present: ``` ~ $ dpkg -l | grep mysqlclient ii libmysqlclient20:amd64...

All tests are passing now. In talking to the Bundler maintainers over slack main it sounds like the *.gemspec file should be able to be run natively by ruby (from...

Hello. I think I hit this as well or a variant of it. I'm in the process of trying to move from computer 1 to computer 2. Both have vscode...

@EqualMa thank you so much for that comment and the full write-up. I really like that approach. I'm a new-ish Rust programmer (decade in Ruby). The approach seems to work...

> Maybe this should be summed up and added to the documentation. Yes, I agree. I feel there are several issues and prs that we could close out as "good...