-
The following code causes a stack overflow. It looks like it's related to the indifferent access extension.
```
require 'hashie'
class TestHash < Hashie::Trash
include Hashie::Extensions::Coercion…
-
### TL; DR - UPDATE: this feature doesn't make sense due to technical limitations of the adapters.
Listen currently watches every file in a watched directory and applies the filter _after_ receiving …
-
Installation via 'vagrant plugin install veewee' fails due to the gem on rubygems having a dependency on an old version of vagrant. Building the gem manually from the repo (taking care to delete Gemf…
marun updated
10 years ago
-
I hate the design that the tests force people into. It's weird and awkward, and I want something cleaner. This is what I've seen in Ruby, I have no idea if it's the case in the other languages.
-
Hello,
I'm new to Kiwi and new to unit testing in general. I like the Kiwi/RSpec style but i have some hard time learning it because the lack of documentation, the examples are very basic.
Is there a…
-
I'm seeing an abort on Debian Wheezy due to `object allocation during garbage collection phase`. This does not happen with a newly initialized awestruct project, but I might be able to repro this eas…
gpoul updated
9 years ago
-
Previous 0.92 version, I can get current Pry input content with:
``` ruby
current_input = Pry.current[:pry].instance_variable_get(:@input)
```
But now, it not worked for me, I have tried this:
``` …
zw963 updated
10 years ago
-
Hi, I'm using concurrent-ruby 0.6.0 in JRuby environment and getting strange warning when program starts:
```
executor.rb:148 warning: ambiguous Java methods found, using submit(java.lang.Runnable)
`…
-
I think it would be super swell to abstract out payload manipulation.
The EmailAgent already does this manipulation in one direction: it allows a user to take a number of fields from a payload and …
jdcc updated
10 years ago
-
Some sort of VSpec? Not sure what the best approach would be or even if it's worth it.