Steven Harman
Steven Harman
đź‘‹ Hello @izumiiii! Thanks for the PR. It looks like the change here is switching to a ternary, yes? Is there some other behavior change I'm not seeing?
The workaround mentioned in #711 is to pass the `--env=/dev/null` option, which effectively causes `foreman` to load an empty file. This then [allows `dotenv` (and/or `dotenv-rails`) to take over and...
@diasluan it looks like [the repo](https://github.com/diasluan/omniauth-salesforce-ruby) for the [code published](https://rubygems.org/gems/omniauth-salesforce-ruby) doesn't actually exist. Is that right? We're looking to switch to a maintained fork, but all options seem to either...
I've not seen this, but my guess is Rails is being restarted between when the Letter Opener Web UI was loaded, and when the "clear" button was clicked, and thus...
Is this addressed by #31?
Yes, please. From an initial peek I'd guess this could be handled by not stopping propagation/default behavior of the `touchstart` and `touchend`, but I'm not sure what implications that would...
:bump: Any advice?
Similarly, I've [built a `pdftk-java` version of the Buildpack using JAVA Native Images](https://github.com/stevenharman/heroku-buildpack-pdftk-java-native) (so you don't need the full JVM). It pushes the compile-time complexity off to `pdftk-java`, and the...
I've also [built a `pdftk-java` version of the buildpack, which uses JAVA Native Images](https://github.com/stevenharman/heroku-buildpack-pdftk-java-native) (so you don't need the full JVM. I'm published it to the Heroku Buildpack Registry, so...
CI was failing to do some Standard.rb linting in files outside the change scope of change in the PR. I've fixed those lint violations in a new commit on this...