Zach Daniel

Results 463 comments of Zach Daniel

The way to accomplish this would be to define a mix task called `appsignal.install`. You can then use the tools provided by igniter to modify the project as necessary to...

Adding this to *core* is a good first issue. Adding it to the api extensions may be slightly more complex.

@jimsynz thought you might want to see how this looks. To try it out, you could clone it down and say ``` mix igniter.new my_app --with phx.new --install ash,ash_postgres #...

@jimsynz so credo is annoying me here. It wants me to do aliases, but the ending of the modules in igniter mostly map to modules that exist in Elixir. I.e...

Alright, this isn't quite ready, need to fix a few things first

I need to ship something in `ash` core for this to be ready, but also I've realized that all of these generated things should be generated with descriptions. Will do...

Hopefully will be ready to merge tomorrow.

@jimsynz okay, this is ready for final review :) (I hope)

This would be a breaking change, since users will be calling those actions.

Works for me 👍 PRs welcome! There are multiple senders that will need to be configurable in this way.