David Backeus
David Backeus
This can technically be closed since 1.22.1 is supported. However now having support for 1.23 would be preferable 😐
We have the same issue. Has anyone found a workaround or alternative option for proxying FTP connections?
I'm thinking about a String here as well. Could consider changing the config method to `audit_class_name=` to mirror similar option naming in ActiveRecord.
Since `_slugs` attribute seems to default to an empty array we get the duplicate key error as soon as we create our second record. Sparse will only work if _slugs...
Here are my results (running on MacOS 12): without patch: `1.741514 2.111190 3.852704 ( 1.745935)` with malloc patch: `0.801642 0.363411 1.165053 ( 0.855656)` with patch + reducing buffer size to...
We also have need for this as we're running both arm64 and amd64 based nodes and would like to avoid using `:latest` if possible (which is currently the only tag...
I dived a bit deeper into this and things got a bit more subtle than first assumed. `I18n` already has a built in mechanism for falling back from eg. `de-foo`...
It's been 3 years since the last activity in this issue. Can anyone confirm if the state of remote sharing of mount cache remains the same or if there has...
Thanks for the help, I can compile and render now :) Hope there will be a work around or cleaner solution for this in the future.
Though avoiding instance vars in rails is hardly an accepted best practice. I do agree that something like decent exposure or simply passing the objects down via the render method...