Bogomir Engel

Results 11 comments of Bogomir Engel

It's not entirely the same, but for selective usage I'm using this: ``` RSpec.configure do |config| config.before(:each, :use_bullet_detectors) do Bullet.start_request end config.after(:each, :use_bullet_detectors) do Bullet.perform_out_of_channel_notifications if Bullet.notification? Bullet.end_request end end...

For us an update to sassc 2.4.0 which included an update of ffi from 1.11.1 to 1.13.1 fixed it. sassc 2.2.1 brought a [LoadError fix](https://github.com/sass/sassc-ruby/pull/156) and 2.3.0 made the [arch...

That's definitely a good path forwards, I'm not a pronto contributor so this is just a user perspective, but let me add that sparing users the following 8 dependencies which...

For my local benchmarking tests, the issue was that keep alive led to all requests going to one worker. Once I was no longer using keep alive requests got balanced.

_[not really a contributor, just added a conference :smile: ]_ There's a pull request for this now at https://github.com/ruby-conferences/ruby-conferences.github.io/pull/339. Maybe you should add a thumbs up over there. If you...

Also seeing problems with chunking. No JSON::ParserError though. It's just that nothing happens because the chunking receiver block is not yielded. The effect for us is that the new sidekiq...

Sorry wasn't that clearly communicated, they're both in the same docker container with no proxy in between. I thought that this next bit of info is irrelevant but who knows:...

The setup mentioned above can be considered local as the exporter client connects to a locally running prometheus_exporter server, both server and client are in the same container. Not sure...

Actually with 0.6.0 the new queue metrics are finally included. Maybe it's those socket fixes in that release. We'll test it out now.

Same is happening for me on neovim in ubuntu 22.04 with a config generated from https://vim-bootstrap.com Help text says I'm using airline 0.11. Git ref from vim-plug's plugged dir for...