Vlad Starkov

Results 7 issues of Vlad Starkov

`RackRabbit::Subscriber#subscribe` uses deprecated bunny`s option `:ack`. This causes bunny to output: ``` [DEPRECATION] `:ack` is deprecated. Please use `:manual_ack` instead. [DEPRECATION] `:ack` is deprecated. Please use `:manual_ack` instead. ``` Pull...

Am I right thinking that `RR::Client#request` https://github.com/jakesgordon/rack-rabbit/blob/0fc9fb8dc0dff3837d3376bf2adf7505be6a9981/lib/rack-rabbit/client.rb#L50 does not close channel after it received response? So the temporary queue won't be auto-deleted, as the connection (channel) is still open.

Given rack app where `rack-rabbit` is used only as a client library `RR`. When I call `RR.get` it tries to connect to default localhost RabbitMQ. Is there any shortcut to...

Got this in server logs: ``` [DEPRECATION] `:ack` is deprecated. Please use `:manual_ack` instead. ```

ruby 2.2.1 Playing with rack-rabbit. Tried to send request: ``` $DEBUG = true client = RR.new(host: '172.28.128.17', port: 5672, adapter: :bunny) client.request('my.topic', '/ping', '', { method: :GET }) ``` Got...

``` RuPropisju.rublej(1000.00) ``` outputs: ``` Одна тысяча рублей ``` but it would be more sensible to show fractions: ``` Одна тысяча рублей 00 копеек ```

I wanted to point out that the documentation is unclear and lacks adequate instructions for beginners with Lua and LazyVim (NeoVim) on how to start using the plugin. As a...