Jason Frey
Jason Frey
I'm not sure if plugins are planned to be supported for gel or not, and I wouldn't expect bundler plugins to work at all, but the presence of a `plugin`...
### Contact Details [email protected] ### What happened? When using carbon charts-react via yarn, we get peer dependency warnings. These should probably be fixed in upstream carbon/charts-react. The output of `yarn...
In my .git/config, I have remotes that point to both github as well as a private gitlab instance. I've found that depending on the order of the remotes in the...
Dumping and loading an Exception loses the backtrace information. The following test demonstrates this. ``` ruby def test_exception_should_have_backtrace err = 1 / 0 rescue $! assert_not_nil err.backtrace assert_not_nil YAML.load(YAML.dump(err)).backtrace end...
From discussion on SUI gitter room. Since our upstream appliances are production mode, it would be nice to have directions for people to convert them to dev mode for rebuild...
Travis is no longer working, but GitHub Actions does! This PR: - Switches to GitHub Actions. - Adds newer Rubies and Sidekiq versions to the test matrix - Drops code-climate-test-reporter...
Fixes https://github.com/mattyr/sidecloq/issues/38 ~~Built on top of #39 so I could actually test the fix via the web interface.~~ EDIT: This was merged elsewhere Before: After:
In the Sidecloq config if you don't specify the queue for a job it will properly use the queue as defined by the class. For example, the following job and...
Without this, you will get an Internal Server Error stating: Sidekiq::Web needs a valid Rack session for CSRF protection. If this is a Rails app, make sure you mount Sidekiq::Web...
@mshriver I am in the process of finalizing the removal of MiqPassword in favor of ManageIQ::Password (a separate gem). Technically the alias will stick around for some time so we...