Martin Mochetti
Martin Mochetti
I have a generated yaml file with the following shape: ```yml values: type: array items: type: object properties: label: type: string example: Some Label value:
**Version**: 2.x **Browser**: Chrome ### Description When typing `@` and selecting one of the options without typing anything else, the `at` event is not fired. My suspicion is this code...
First of all, thanks for sharing your work and sorry for posting a question as an issue. Couldn't find any other better place to post it. I now the readme...
**Describe the bug** It seems that react dropzone doesn't allow me to restrict the selection of file types to some custom format. **To Reproduce** Render a normal html input like...
### Description 📖 This pull request fixes the inertia client so that it serializes data, using `deepConvertKeys(data, snakeCase)` before sending it to the backend. This is the [same behavior](https://github.com/ElMassimo/js_from_routes/blob/main/packages/client/src/api.ts#L64) as...
### Have you checked our README? - [X] I have checked the README ### Have you followed our Troubleshooting? - [X] I have followed your Troubleshooting ### Is there already...
Getting this error: Log ``` Stripe::InvalidConfigurationError: {:base=>["must have a product_id or a name"]} (Stripe::InvalidConfigurationError) /Users/martin/.gem/ruby/3.2.2/gems/stripe-rails-2.6.0/lib/stripe/configuration_builder.rb:67:in `validate!' /Users/martin/.gem/ruby/3.2.2/gems/stripe-rails-2.6.0/lib/stripe/configuration_builder.rb:62:in `finalize!' /Users/martin/.gem/ruby/3.2.2/gems/stripe-rails-2.6.0/lib/stripe/configuration_builder.rb:20:in `block in configuration_for' /Users/martin/Code/ResilientMater/link-tracker/config/stripe/prices.rb:48:in `' /Users/martin/.gem/ruby/3.2.2/gems/stripe-rails-2.6.0/lib/stripe/engine.rb:94:in `load' /Users/martin/.gem/ruby/3.2.2/gems/stripe-rails-2.6.0/lib/stripe/engine.rb:94:in `block (2 levels)...
Fixes an issue causing dynamic product referencing not work when defining prices. Reported issue: https://github.com/tansengming/stripe-rails/issues/235
## All Submissions: * [x] Have you followed the guidelines in our [Contributing document](../blob/main/CONTRIBUTING.md)? * [x] Have you checked to ensure there aren't other open [Pull Requests](../pulls) for the same...
Fix Default Value Handling for Objects with to_s Method This PR updates the quote method in annotate_models.rb to properly handle default values that are objects implementing the `to_s` method. This...