Simon Prévost

Results 32 comments of Simon Prévost

How are you running the application? We have a special clause for not running the async task like sending a webhook when the app is running inside `iex` like with...

https://github.com/mirego/accent/commit/3325e5e9d8c1848dc6134d10d9a299331416e92c

Since the flow is "developer oriented", we need to push the string first and then pull the changes from Accent. If we can add strings in the UI, the next...

No short term plan but this is an interesting feature to add on our pretty basic implementation of _API keys_. Since the API keys are implemented as normal user (with...

This is related to this issue: https://github.com/mirego/accent/issues/37 I will do the follow up there instead 👍

Great suggestion, I’ve been thinking on how to implement this in the UI by looking at other products like Crowdin, Phraseapp, Transifex… Will add this to the backlog 👍

@lauraannwilliams I just pushed changes to allow custom field constructor in simple validation message but nested one too. Kronky provides a "default" one that matches the `parent.0.child` format. You can...

@Eiji7 Done! I’ve made the requested changes 😄

@Eiji7 What do you mean by _set app env (default library configuration)_? I added the config in `config/config.exs`: ```elixir config :kronky, ecto_repos: [], field_constructor: Kronky.FieldConstructor ```

@Eiji7 Is my latest commit enough as the default library config?