Bart de Water
Bart de Water
> I'm open to any implementation that allows users to configure querying status independently from controlling the server :) Isn't this possible to implement in your application? You might need...
> Empirically (this is where I may be in over my head) querying status outside our app(s) doesn't consume a thread (or that thread is excluded or exits quickly) You're...
The Bootstrap team will package v4 as a gem, so this gem could provide the Rails integration? See https://github.com/twbs/bootstrap-rubygem/issues/6
This PR can be simplified by replacing `Money.zero(currency)` with `Money.new(0, currency)`. It's [all it does anyway](https://github.com/RubyMoney/money/blob/ca59ced949e4e818262a59ffbcad3ec54affa81f/lib/money/money/constructors.rb#L12-L15) and then from this gem's point of view creating new Money objects works exactly...
I didn't know about that task, thanks for sharing. Looking [at the code](https://github.com/rails/rails/blob/04972d9b9ef60796dc8f0917817b5392d61fcf09/railties/lib/rails/tasks/zeitwerk.rake#L37-L60) I can see one use case it doesn't provide: a gradual adoption approach using the Rubocop TODO...
I'm back from some time off :) @volmer thanks for your suggestion, I've trimmed the fat.
Test failure looks unrelated.
> In my understanding the test still works with my proposed changes,right? No, not without additional changes. As mentioned earlier `OpenSSL::Digest.digests` (like `OpenSSL::Cipher.ciphers`) returns the lower cased long names. On...
@rhenium could you approve the CI workflow please?
Are you running sprockets 3.0? Try running from master, it's fixed in: https://github.com/mileszs/wicked_pdf/pull/480 Edit: my bad, that's not the same error you're running in to.