Nico
Nico
yes. that's true. I recognized the same behaviour. This leeds to massive unused resources on the cloudinary side exceeding the storage capacity quickly However it would be ok when the...
Maybe related: https://github.com/hotwired/turbo-rails/issues/173 TL;TR: I see something similar with actioncable (7.1.3.2). When I have a `turbo_stream_from` tag in place to connect my client to a stream and the client then...
For that you could use the revokePermissions method which encapsulates the native api call @hutchic mentioned. Back to topic: I got the same issue with that. I guess its because...
same here. @bogdanmartinescu are you using this lib within an cordova-app with WKWebView -Plugin? I removed the setTimeout here https://github.com/ccoenraets/OpenFB/blob/master/openfb.js#L132 and called the close() method directly. that works. but that...
According to the [docs](https://github.com/heartcombo/simple_form?tab=readme-ov-file#i18n) this should work like this: > It should be noted that translations for labels, hints and placeholders for a namespaced model, e.g. Admin::User, should be placed...