Anatoly Chernov

Results 7 issues of Anatoly Chernov

``` ➜ adamantium git:(master) bundle Updating https://github.com/rom-rb/devtools.git Updating https://github.com/mbj/mutant.git Fetching gem metadata from https://rubygems.org/......... Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Resolving dependencies.... Bundler could not find...

https://github.com/dkubb/ice_nine/blob/master/Gemfile.devtools#L47 ``` ➜ ice_nine git:(master) bundle Updating https://github.com/rom-rb/devtools.git Updating https://github.com/mbj/mutant.git Fetching gem metadata from https://rubygems.org/......... Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Could not find gem 'mutant...

Currently, as far as I can tell, there is no CI. Hence, after each non-trivial commit, it is impossible to be reasonably sure that nothing was broken for some Ruby...

The comment in `lib/cast/node.rb` states that #assert_invariants >Called by the test suite to ensure all invariants are true. but that does not seem to be the case. `git grep -n...

According to the [specification](http://bit.ly/nacl_relay_spec)(part 3.1, "Alice initiates session), ``` The same client_token requests should return the same relay_token until the handshake attempt expires(1m) ``` For now, it does not seem...

I got some tests failed with MRI 2.7: ``` 25 runs, 71 assertions, 5 failures, 5 errors, 0 skips Focus on failing tests: ruby test/endpoint_test.rb -l 435 ruby test/endpoint_test.rb -l...

Hobbit is by far the most extensible web library I ever seen. There is still, however, a feature which I miss. I would like to have a way to change...