Shai Coleman

Results 26 issues of Shai Coleman

If the vboxdrv service isn't running, it gets stuck at 'Loading...' Better error handling would be appreciated.

HTTPClient doesn't handle properly invalid schemes, and instead of throwing an exception it takes a long time until it timeouts instead. `HTTPClient.new.get('zzz://test.com')` `HTTPClient::ConnectTimeoutError: execution expired` A better way to handle,...

Adds missing check on nested dictionary access

## Describe the bug croc prompt refuses files when answering yes ## To Reproduce Answer **yes** when receiving a file Accept 'myfilename' (12.3 kB)? (y/n) **yes** 2021/06/09 11:48:49 refused files...

bug

``` require 'dentaku' calc = Dentaku::Calculator.new calc.evaluate('10%') => 0.1 calc.evaluate('10%+10%') => nil ``` The following exception is raised and swallowed: `Dentaku::ParseError (Dentaku::AST::Addition has too few operands)`

### Description Running eb create with the --instance-types parameter does not set the instance type. ### Steps to reproduce Run `eb create testenv --elb-type application --min-instances 0 --max-instances 0 --scale...

``` HTTP.get(nil) HTTP::Request::UnsupportedSchemeError (unknown scheme: ) HTTP.get('') HTTP::Request::UnsupportedSchemeError (unknown scheme: ) HTTP.get('/') HTTP::Request::UnsupportedSchemeError (unknown scheme: ) HTTP.get(':') Addressable::URI::InvalidURIError (Cannot assemble URI string with ambiguous path: ':') ``` Ideally it should...

Improvement

I believe at the moment it's only possibly to either specify a per operation timeout or a global timeout. Would be good if it were possible to combine both timeouts,...

ydiff currently uses the `--quit-if-one-screen` option of `less`. Please make the pager behaviour configurable, so the pager can be always enabled or always disabled.

It seems that resource_controller is not compatible with Rails 3.2 and the Journey engine.