Rónán
Rónán
> You can always load the program ID through an env var for example Can this be done after the code is generated? I also find myself needing to use...
Ok thanks, would be good if there was a way to avoid manually editing the file after generation, such as `anchor-client-gen --program-id-env MY_PROGRAM_ID ./target/idl/app.json ./codegen`, but this will do for...
Won't the importing/setup of that `config` module get overwritten and need to be added after every gen? I use `webpack.DefinePlugin` to inject my variables, so I would have something like...
The generator will strip my linting comments, and I really don't like the idea of having generated code import a project file, but whatever, I'll figure something out.
I like the idea of generated code being a deterministic dependency of a project. So the generation command is the only thing that is required when onboarding new team members....
Any news on this?
No Brunch was a deliberate decision. I'm sure it is fine for simple JS builds but I was constantly running into problems when I wanted to do anything else. Even...
@mxgrn I would recommend initialising a project yourself (`mix phx.new fooBar --no-brunch`) rather than trusting a search/replace. (Speaking from experience!!)
I need this to get Google OAuth working.
 (Also I've been using it for a month, it's one of the best/most productive web development tools I've used ever, full-stop.)