Simon Prévost
Simon Prévost
Hey @lauraannwilliams, would it be OK if I officially fork this repo and publish a new package to hex.pm (I would rename it). You can see from this PR that...
For everyone interested in switching their Kronky dependency to our fork: https://github.com/mirego/absinthe-error-payload It supports nested changesets, uses `mix format` to simplify collaboration and is used in many projects already. Bonus:...
Can you post a part of your localization file that has plurals and is not handle correctly? I will be able to debug it locally and add some tests, thanks!
> This way we could leverage the efficiency gain when building/testing the image locally too… Since docker buildx, when installed, replace the `docker build` command, I think we should leave...
@Ellpeck Can you try it with another URL? The webhook has no special connexion to Discord beside the formatted payload. Can you use https://pipedream.com/requestbin to try it with another URL...
Oh this means that the request Accent is sending to discord is not valid 🤔 I will validate the payload with the Discord API Thanks for the report! 👍
Gettext comments have been added recently in the UI and are preserved in the export. ```gettext ## From Ecto.Changeset.cast/4 msgid "can't be blank" msgstr "ne peut être vide" ``` If...
The GitHub integration has been removed from the codebase. We use GitHub Actions to push and pull translations update.
After careful consideration (3 years), we have decided not to implement this kind of workflow at this time, but we appreciate your input!
That’s weird, there are no mentions of `sign-in` anywhere in the codebase 🤔 The part after `/auth/` should be the provider (like google, facebook, github, etc). I think we might...