Mark Edmondson
Mark Edmondson
Just ran into this. Would be grateful for the fix.
This is something we'd gain from. We currently use Phrase for managing our strings because this is something they support quite well (and a lot of the other "Rails compatible"...
Ok I think I have this "working" at least as a proof of concept. As per the comments above, it's a little tricky and assumptions have to be made -...
If you can host your own version of the link.js plugin, then this might fix it: https://temp.staticsave.com/67d377f381e55.js It's version 4.3.0 with the `isEnabled()` fix from 4.5.0 added. The bug was...
I spent a little more time on this on a large translation (~610 keys in 30 locales) and added a tweak. Namely, ChatGPT is pretty bad at returning the correct...
> Edit: Looks like there's a problem with the removal of pluralization keys that aren't required, eg we translate one, other and zero from en.yml, they get copied to ru.yml...
We're doing something similar but closer to the controller... ``` around_action do |controller, action| if params[:force_trace] == "true" Datadog::Tracing.trace("#{controller.class}##{params[:action]}") do |_span, trace| trace.keep! action.call end else action.call end end ```...
If you can host your own version of the link.js plugin, then this might fix it: https://temp.staticsave.com/67d377f381e55.js It's version 4.3.0 with the `isEnabled()` fix from 4.5.0 added. The bug was...
I don't think this is limited to tables. https://jsfiddle.net/markedmondson/164hfp8x/12/ * Click on the first input, type, tab into editor (should fire focus) type into the editor * Click on the...