Levi Wilson
Levi Wilson
## Description In Sidekiq Enterprise's [Unique Jobs](https://github.com/mperham/sidekiq/wiki/Ent-Unique-Jobs#unlock-policy) feature, you have the ability to specify an unlock policy. This PR adds an `until` matcher so that you may specify an expectation...
This pull request adds a `raise_on_encrypted: true` option to `CombinePDF.load`. In this manner, a consumer can choose to have `CombinePDF` throw an exception in the event that the PDF they...
This PR is in reference to the conversation in https://github.com/boazsegev/combine_pdf/issues/182. It adds `#form?` and `#xfa_form?` instance methods to `CombinePDF::PDF` so that a consumer can ask the question about whether or...
This issue tracker is for Bug Reports and Feature Requests only. Please direct requests for help to StackOverflow. See http://bit.ly/UIR-SOF for details. This is a (check one box): - [x]...
Additional information which could be helpful if relevant to your issue: ### Code example When `#destroy` is called on an `Neo4j::ActiveNode` model, the default behavior is such that it effectively...
## Description When the page is reloaded, though the data is in `localStorage`, it didn't honor which style was selected. I've modified it so that on page load it will...
Should the `--with-lib` option auto-generate an empty screen object for you? Otherwise, you get an error on the `require_all 'lib'` call because there are no files in the directory.
When generating a project with `testgen project --with-mohawk`, when I execute the `rake` task it fails because of the `win32screenshot` require. ``` C:/Ruby193/bin/ruby -S bundle exec cucumber --profile default cannot...
We have a model where the `import` behavior is inconsistent in populating an `enum` value with the `INSERT INTO` statement where sometimes it has it, and other times it does...
We have ran into _seemingly_ random issues particularly with regard to either adding or removing constraints. A recent example of this is a simple migration that is defined like so:...