Lenart Rudel
Lenart Rudel
Have you considered adding `upgrade` task for unicorn and a `preload_app` option to unicorn template? Something like this: ``` # unicorn.rb set_default(:unicorn_preload, true) %w[start stop upgrade].each do |command| ... end...
I've just noticed that when I press `ctrl + R + V` (expecting to open view for controller action) atom is actually waiting if the next key pressed will be...
I'm trying to setup email_spec to work with spork and rspec. I added require "email_spec" to spec_helper.rb and include helpers and matchers config.include(EmailSpec::Helpers) config.include(EmailSpec::Matchers). When I run specs with bundle...
## Describe the bug There's an inconsistency that leads to some unexpected behavior when using nested schemas. The problem is best described by the example below. ## To Reproduce &...
I'm trying to only allow user to upload a single file (for a single model). Here's my S3Uploader call: ``` coffeescript $("#s3-uploader").S3Uploader allow_multiple_files: false remove_completed_progress_bar: false progress_bar_target: $("#uploads_container") ``` However...
I stumbled across this issue during specs where I named a property on the `Context` object `display`. The results were surprising and, after some code reading, it turns out it...
I've spent quite some time before I figured out that because I've set a retry value in `sidekiq_options(retry: 2)` the throttling was not working as expected. I'd make this note...
### Summary When the calendar is placed on the right side, it opens partially off-screen. ### Steps to Reproduce The calendar does not re-calculate position (using Floating UI) when it...