-
Hi there!
I've managed to install your project, however, it displays an error when accessing at CarrierWave:
uninitialized constant CarrierWave::Storage::Fog
Full trace:
> carrierwave (1.…
-
The following error can be reproduced by installing "ruby-termios". "termios" on OSX 10.7 fails to get past make.
/Users/dmw/demacs/vendor/emacs-pry/ruby/emacs_pry.rb:42:in `block in _emacs_setup': I…
devn updated
11 years ago
-
Hi,
I'm getting a NoMethodError when running `knife esx vm list`. I've got the appropriate settings in my knife.rb file (I can log into my vsphere client with these). Any idea why I'm getting the e…
-
**Describe the bug you encountered:**
Trying to configure Pyroscope from Ruby, and I got a panic on the initialize_logger call.
```
thread '' panicked at 'called `Result::unwrap()` on an `Err` …
-
I installed device-mapper-test-suite (5ea215e6b26a44afafafbcec484fda8ee2de6051) following the instructions in README.md.
$ which dmtest
/usr/local/rvm/gems/ruby-1.9.3-p551/bin/dmtest
But 'dmtest' fa…
-
Hi there, I'm trying to run the last part of the "Visualize" (`rake project:deploy`) section and am running into the following error:
```
users-MacBook-Pro:GTFS-viz user$ rake project:deploy --trace
…
-
Hey,
I just stumbled across this gem and like it a lot. So I tried to get started with it (in combination with pronto).
Sadly when running it manually (e.g. `poper run HEAD~2` it fails with `wrong a…
-
I'm not even sure if this repo is still maintained, but wanted to post this just in case.
```
$ gem install ruby-opencv
Building native extensions. This could take a while...
ERROR: Error inst…
-
Warning, new version of rvm available '1.29.7', you are using older version '1.29.7-next'.
You can disable this warning with: echo rvm_autoupdate_flag=0 >> ~/.rvmrc
You can enable auto-update w…
-
Hello!
After we updated grape to 1.2.5 we can no longer mount grape (inside rails application),
here is minimal failing example:
```
# frozen_string_literal: true
module API
module V2
…