Nick Duitz
Nick Duitz
Hey, tried adding this apple adapter. The apple flow is a bit different compared to other implementations: - Apple expects a nonce, that can later be verified - The secret...
This seems to work fine in our project for filters to work again with rails >= 7.1. Maybe I'll have the time to properly implement this with backwards compatibility. For...
## Environment - Ruby **3.3.0** - Rails **7.1.3** - Simple Form **5.3.0** Hey, there. Rack changed how they parse query parameters which causes the usage of multiple inputs of the...
…ated and will be removed in Dart Sass 2.0.0.
There have been some changes to the behaviour of `redis-client` and `redlock-rb` which lead to a different behaviour in this gem. Before https://github.com/leandromoreira/redlock-rb/pull/110 was merged, redlock would return `false` if...
This PR solves the issue for nested embeds in phoenix_live_view: https://github.com/phoenixframework/phoenix_live_view/pull/3497 This fixes the behaviour + adds a test: https://github.com/mathieuprog/polymorphic_embed/pull/115 It is a bit hacky though as I with the...
Hey there, I tried my best to add support for polymorphic resources. The idea is to allow the user to infer resource specifics from the given data. Currently this only...
This fixes two things: a) It picks up the correct action (not from the changeset but from the parent form) b) It fixes handling parameters for cardinality :many If you...
This handles error when the server closes connections. The second commit implements a check for a open connection but it is not very resilient yet. If the reconnect fails, the...