Gary Passero
Gary Passero
**Describe the bug** Latest version of dredd (v14) generates an error message that was not generated with dredd v12 against OpenAPIv2 object definition referencing a float. The following error is...
Java-based HAPI v2.2 has the ca.uhn.hl7v2.conf namespace dedicated to conformance profile support - parsing them and using them to validate messages. It would be helpful if this were ported to...
@palkan Did your team figure out a way to keep the engine namespaced and NOT have to repeat the engine name as a subdirectory everywhere: * engines/subsystem1/app/controllers/subsystem1/application_controller.rb * engines/subsystem1/app/controllers/subsystem1/foos_controller.rb *...
### Context I have a jsonb attribute on my model that contains an array of dates: ``` class MyModel < ApplicationRecord include AttrJson::Record attr_json :recurrence_dates, :date, array: true, default: [],...
## Is your feature request related to a problem? Please describe. Your docs mention the capability of specifying a different underlying store engine. Is that supported yet? ## Describe the...
### Tell us about your environment **Ruby Version:** 3.2.2 **Framework Version (RSpec, Minitest, FactoryGirl, Rails, whatever):** Rails 7.0.6, RSpec 3.12.2, FactoryBot 6.2.1 **TestProf Version:** 1.2.2 ### What did you do?...
Flatpickr supports a boolean option to control whether invalid dates are allowed in the initial value. The set of boolean options supported https://github.com/adrienpoly/stimulus-flatpickr/blob/master/src/config_options.js needs to be updated to handle this...
A few of our stimulus controllers ended up having a very similar structure: * attach input/change event listeners to a group of form inputs * when the inputs changed, evaluate...
Help us track down and resolve parity problems faster with this template. ## What command did you execute? be pr_app 269 restore-from production ## What did you expect to happen?...
Adding `gem 'activerecord-postgis-adapter'` to your `Gemfile` and configuring `database.yml` to use the `postgis` adapter: ``` default: &default adapter: postgis encoding: unicode .... ``` Will yield a system that is incompatible...