Brett Powley
Brett Powley
When bulk loading a large number of documents, in can be tricky to get the `bulk_page_size`, `bulk_wait_interval` correct, without significantly slowing down an index build. Also, in some cases the...
During some load testing for our application, I ran into crashes like the following when calling `ExRabbitPool.with_channel`: `{:timeout, {GenServer, :call, [#PID, :checkout_channel, 5000]}}" (elixir 1.11.2) lib/gen_server.ex:1027: GenServer.call/3` This is because...
### Issue type Other type of issue ### Bug description Assigning a MIDI button to command executes the command twice: once on press and once on release. This means: -...