Thibaut Barrère
Thibaut Barrère
First, thanks for your work on readability :-) Just a quick feedback (I'm not a heavy user myself): while upgrading an old setup today, I noticed that a raw content...
Not sure if this is normal or not, but here is a little something I had issues with. My setup involves a main folder with a `Gemfile` and `guardfile`, and...
Thanks for this role again! I'm writing down this issue on a new deployment, maybe I'll come back to fix it later here. If you run with `--diff --check` before...
Tested against master today - when I do this to change what I track: ``` ruby stream.options[:content] = new_content stream.immediate_reconnect ``` I get this error (after 2 on_reconnect calls): ```...
I have noticed this while upgrading to Ansible 2.7.12. I am not sure yet what the implications are (e.g. is it already not flushing, when it should?). ``` TASK [DavidWittman.redis...
First thanks for `ex-portmidi`, I'm starting to use it to play around with my synth & Elixir. I successfully managed to record sequences of events while playing the synth, which...
### Some context On a stack I maintain (JRuby app), I use CircleCI for testing, and it has been using the CircleCI-provided `circleci/jruby` images for years (https://circleci.com/docs/2.0/circleci-images/#jruby). On December 31,...
I'm only having a first look at slack-ruby-client and I wonder: typically, how many concurrent RTM connections are usually handled successfully without problems? Is it more in the 10, 100,...
I am using SSHKit to implement a tiny dev-ops checker (similar in spirit to ServerSpec/InSpec, but with more specific needs & also faster due to better parallelisation). I believe the...