Bartosz Kalinowski
Bartosz Kalinowski
If you try to add this option to .prettierrc.js then it blows up: ``` formatted_views/multiline.html.eex/bin/sh: --no-parens=${eexFormatterOptions.join(", ")}: bad substitution [error] formatted_views/multiline.html.eex: Error: Command failed: /Users/bartosz/Projects/prettier-plugin-eex/prettier_eex_formatter_release CiAgbGlua190bygKICAgIGE6ICJiIiwKICAgIGM6ICJlIgogICk= IHNlbGVjdCBmLCA6bmFtZSwgWwogICAgICB7Om9wdGlvbiwgOnZhbHVlfQogICAgXQ== --line-length=98 --no-parens=${eexFormatterOptions.join(", ")}...
Also removed redundant Where
added functions to handle adding multiple recipients
When we create new recipient it is possible that we actually update an existing one. In such case Sendgrid API doesn't send back the recipient_id inside `persisted_recipients` array. We need...
When you try to run `mix coveralls.github` in workflows that are scheduled using `cron` schedule (https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule) you get a following error: ``` ** (BadMapError) expected a map, got: nil (elixir...
I needed a functionality to be able to disconnect from stale nodes (AWS ECS). Feel free to merge if you think it's worth it (or review the code if you...