Jolyon Pawlyn
Jolyon Pawlyn
I started receiving the error ``` { "itcBaseUrl": "https://itunesconnect.apple.com", "message": "Make sure the URL is correct and try again.", "l10n": { "Crossfire-response-badrequest-title": "The URL is invalid.", "Crossfire-response-badrequest-message": "Make sure the...
This may cause problems in some edge cases I'm guessing but I was experiencing issues when phone numbers with the country code but without the '+' were being given. ie...
When comparing the `.rubocop_todo.yml` file generated with: ```sh rubocop --auto-gen-config --auto-gen-only-exclude --no-exclude-limit ``` versus ``` rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit=100000 ``` the exclude section for `Metrics/AbcSize` is absent with the former...
# Description We recently tried to switch to using `direct_upload: true` on the `Files` field. However when creating a new record with multiple files, we got the error `duplicate key...
For Rails 7.2 there is a new method `enqueue_after_transaction_commit?` required on an ActiveJob adapter class - see: https://github.com/rails/rails/blob/dfd1e951aa1aeef06c39fffb2994db8a8fa1914f/activejob/lib/active_job/queue_adapters/abstract_adapter.rb#L10-L16 and https://api.rubyonrails.org/classes/ActiveJob/QueueAdapters/AbstractAdapter.html#method-i-enqueue_after_transaction_commit-3F