Borna Novak

Results 7 issues of Borna Novak

I need to use MRI Ruby 1.9.3 and GIL is a problem so I added a crude option to fork multiple runner processes (and threads within them)

For security reasons, MITM prevention etc, sounds like a good idea

good first issue

Most failing tests were due to outdated IP resolutions, see https://gist.github.com/bbozo/5523578 Remaining fails are: ``` 1) Failure: test_blank_region_skips_region_name_set(GeoIPCityTest) [/home/bbozo/dev/geoip/test/test_geoip.rb:142]: expected but was . 2) Failure: test_character_encoding_converted_to_utf8_first(GeoIPCityTest) [/home/bbozo/dev/geoip/test/test_geoip.rb:136]: expected but was...

Sorry, don't have a better comm channel :-) I'm working on a data federation platform that should allow data integration between various services that sprouted - see Potres IT telegram...

It fails non-deterministically, line 46 in `test_helpers.rb` is: ``` ruby DatabaseCleaner.clean ``` ``` FiberError: fiber called across threads /home/bbozo/.rvm/gems/ruby-2.2.4/gems/database_cleaner-1.5.3/lib/database_cleaner/sequel/transaction.rb:32:in `resume' /home/bbozo/.rvm/gems/ruby-2.2.4/gems/database_cleaner-1.5.3/lib/database_cleaner/sequel/transaction.rb:32:in `clean' /home/bbozo/.rvm/gems/ruby-2.2.4/gems/database_cleaner-1.5.3/lib/database_cleaner/base.rb:92:in `clean' /home/bbozo/.rvm/gems/ruby-2.2.4/gems/database_cleaner-1.5.3/lib/database_cleaner/configuration.rb:79:in `block in clean' /home/bbozo/.rvm/gems/ruby-2.2.4/gems/database_cleaner-1.5.3/lib/database_cleaner/configuration.rb:79:in `each'...

Hello pyjks maintainers, I was wondering if pyjks supports Bouncy Castle's FIPS mode. I couldn't find any information related to FIPS support in the existing issues or documentation. If pyjks...

### Observed behavior When the NATS server fails, or the client can't connect to it, the @pending_queue gets filled and blocks up the web process. Blocking behavior of SizedQueue is...

defect