Ruslan Sovinskyy
Ruslan Sovinskyy
Tried deploying with Bundler 1.16.3 and it did not seem to resolve the issues with https://github.com/jruby/warbler/issues/432 Submitting the fix again (with proper method call this time)
## Building Steps on linux (WSL) system: ``` git clone https://github.com/flutter/gallery.git flutter_gallery cd flutter_gallery git checkout d77920b4ced4a105ad35659fbe3958800d418fb9 flutter pub get flutterpi_tool build --release --cpu=pi4 scp -r ./build/flutter_assets pi@raspberrypi:/home/pi/flutter_gallery ``` Get...
It seems like the queue param is being ignored by the delayed job web.xml: ``` jruby.worker delayed_job jruby.min.runtimes 1 jruby.max.runtimes 1 QUEUES dj_queue org.kares.jruby.rack.WorkerContextListener ``` Yet jobs from dj_queue_2 would...
According to [dotenv README](https://github.com/motdotla/dotenv?tab=readme-ov-file#multiline-values) there should be support for multiple lines. However when I try, it only loads the first one. .env ``` PRIVATE_KEY="-----BEGIN PRIVATE KEY----- ASDASDASDASDASD -----END PRIVATE KEY-----...
I went down a rabbit hole today in attempts to fix my application after it started crashing and returning HTML from JSON endpoints Would it be easy to drop a...