Sergey Makridenkov
Sergey Makridenkov
Thanks for the useful shard. I run three Sentry, each in the docker container. 1. Watch JS, CSS to rebuild 2. Watch CR, ECR to restart the web server 3....
I am trying to use gem in Ruby 3 Ractor. I got few exceptions like this: ``` :694:in `take': thrown by remote Ractor. (Ractor::RemoteError) .rbenv/versions/3.0.1/lib/ruby/gems/3.0.0/gems/droplet_kit-3.15.0/lib/droplet_kit/client.rb:78:in `default_user_agent': can not access non-shareable...
Webmock breaks ``` require "webmock" WebMock.allow_net_connect = true response = HTTP::Client.get("https://api.exchangeratesapi.io/latest?base=EUR") p response ``` I got exception ``` Closed stream (IO::Error) from /usr/share/crystal/src/io.cr:128:5 in 'check_open' from /usr/share/crystal/src/io/buffered.cr:99:5 in 'peek' from...
I have issue in PR https://github.com/msa7/multi_auth/pull/12 ``` Missing hash key: HTTP::Headers::Key(@name="Host") (KeyError) from /usr/share/crystal/src/hash.cr:0:9 in '[]' from /usr/share/crystal/src/http/headers.cr:66:5 in '[]' from /usr/share/crystal/src/oauth/signature.cr:92:5 in 'host_and_port' from /usr/share/crystal/src/oauth/signature.cr:43:18 in 'base_string' from /usr/share/crystal/src/oauth/signature.cr:7:5...