Tim Krins
Tim Krins
I am also happy to write this feature when I get some spare time. I would add an option in the 'Data grid' area in Settings.
@jacobmischka nope, `onValueUpdate` is not fired for me when the form input loses focus.
hey @JoshNorthrup - I am in the process of localizing a Rails app that uses Graphiti and Spraypaint. Which errors are you wanting to localize? Rails / ActiveRecord? (because in...
Ah I see - if you want to localize the messages in `Graphiti::Errors` you could aways override the `message` methods on each class, and combine it with some other gem...
I also like the idea that fields without transformers defined are not output by default. In my mind I would expect an API similar to `output_fields_with_transformers_only: true` or `strict: true`...
Also coming across this when a `;` is used inside a column value with MySQL. Seems problem is inside `dump-parser/src/utils.rs` in `list_statements`. Here is a test input (a JSON array...
I created myself a little Python script to give me a default configuration containing all the tables in my database. https://gist.github.com/timkrins/ebfa00ce220439d7c3dbe2a309c1a426 It would certainly be handy to have this functionality...
Has anyone come up with a clever way of managing the 'contexts' of the strings-to-be-translated? I was considering maybe using a similar method of adding context or notes via comments......
I haven't used relative roots myself, but have you set up the relative roots configuration in `i18n-tasks.yml`? https://github.com/glebm/i18n-tasks#relative-keys https://github.com/glebm/i18n-tasks/blob/03bd88f5f4e69e236a4701d77ce7d78ad2c09ad7/templates/config/i18n-tasks.yml#L59
To anyone else coming across this issue, I fixed my problem by creating a record with zero for an ID (so when shoulda-matchers assigns the zero as a dummy value,...