Patrick Brinich-Langlois
Patrick Brinich-Langlois
Migrated from https://github.com/pry/pry/issues/2124. It does still work with some methods, but far fewer than 2.6.5 did. Errors and warnings appear on 2.7.0 (see below); this seems to be the line...
Puma and Rails support [a "binds" argument](https://github.com/puma/puma/tree/0cc3f7d71d1550dfa8f545ece8da03a696b47be5#binding-tcp--sockets) that's useful for SSL support. For example: ``` bundle exec rails s -b 'ssl://127.0.0.1:3000?key=/etc/nginx/server.key&cert=/etc/nginx/server.crt' ``` Is there a way of passing this argument...
[A long time ago](https://github.com/lostisland/faraday/commit/a6c6f1612c225335bf3bf94cf0b88e2e9a315671#diff-c5f031a4be2bbda4d7befb7c1604ffee77d3bc86038f280aca9b14f1fc00350eL34-R36), `Faraday::Error::ConnectionFailed` was moved to `Faraday::ConnectionFailed`. This mismatch results in the following error: ``` Check failed to run: uninitialized constant Faraday::Error::ConnectionFailed Did you mean? Faraday::ConnectionFailed ``` Here's...
This comment claims that each Postgres relation that metrics are enabled for generates "10 + 10 per index" metrics: https://github.com/DataDog/integrations-core/blob/1b6118d3f90e5c0d0544d526b09288c7caa57732/postgres/datadog_checks/postgres/data/conf.yaml.example#L128 That was probably right when the comment was written, but...
Bundler 2.2+ looks for gem dependencies in Gemfury when https://rubygems.org is the primary source
**TL;DR: Does Gemfury work with Bundler 2.2+? It seems not to for me.** I realize this isn't related to the Gemfury CLI, but I wanted to post somewhere public where...
For example: ```ruby require 'memoist' class Foo extend Memoist def [](bar) rand end memoize :[] end ``` ``` [22:03:27] ~/projects ➜ ruby brackets.rb Traceback (most recent call last): 8: from...
I created an account and imported my Prediction Book history. I think that since then, the Brier scores displayed by this UI element have stayed the same: My memory is...
[The example](http://eiskis.net/scroll-scope/) doesn't work in the latest version of Firefox (44.0). When you scroll to the bottom of the element, scrolling does hesitate briefly, but if you continue scrolling, the...