Anders Bälter
Anders Bälter
Relevant changes in queue method to support multiple generated queue names on a channel. Some accidental linting as well.
When I enable this in vscode with format on save enabled the formatter runs forever with 100% cpu. Formatting is working fine without the language server, so could you add...
We can't pass `params` hash and expect keyword args to be matched because of the current `IndifferentHash` implementation. ```ruby def a(a:, **); end a(Hash[a: 1]) # => nil a(Sinatra::IndifferentHash[a: 1])...
From rabbitmq docs: "To improve throughput, applications are strongly advised to process acknowledgements asynchronously (as a stream) or publish batches of messages and wait for outstanding confirms. The exact API...
Got this in vscode, some missing error handling? ```[Error - 10:24:41 AM] Request textDocument/documentHighlight failed. Message: [NoMethodError] undefined method `offset' for nil:NilClass extract_offset = ->(code, offset) { reg.match(code, offset).offset(0) }...
In a multi folder workspace I sometimes get: ``` [WARN] ...gems/solargraph-0.43.0/lib/solargraph/documentor.rb:62:in `chdir' ...gems/solargraph-0.43.0/lib/solargraph/documentor.rb:62:in `block in specs_from_bundle' ...gems/bundler-2.2.26/lib/bundler.rb:397:in `block in with_unbundled_env' ...gems/bundler-2.2.26/lib/bundler.rb:697:in `with_env' ...gems/bundler-2.2.26/lib/bundler.rb:397:in `with_unbundled_env' ...gems/solargraph-0.43.0/lib/solargraph.rb:66:in `with_clean_env' ...gems/solargraph-0.43.0/lib/solargraph/documentor.rb:61:in `specs_from_bundle' ...gems/solargraph-0.43.0/lib/solargraph/api_map/bundler_methods.rb:14:in `require_from_bundle'...
E.g. File in `./spec` `require "./spec/config"` >> Required path ./spec/config could not be resolved. RequireNotFound `require_relative "config"` works fine.
### Description Add back f8acac1f0702fea1a4f88d68a40bb2f53650b14c and closes #2808 Problematic lines where https://github.com/puma/puma/commit/f8acac1f0702fea1a4f88d68a40bb2f53650b14c#diff-b58a5aaef75ecf535b6fc4546c848b0f576f9cf27e37b27c59015251097d5736R113-R114 and 117 The former lead to incorrect control flow in cases. ### Your checklist for this pull request...
Often happens on syntax errors  
Trying to use this now, and the az process is OOMing even with a tiny "length" ### Related command ``` pg_basebackup -D - -X fetch --format tar --gzip --compress=3 --max-rate...