David Barroso
David Barroso
I am having similar issues but I am not using prezto. If I add: ``` programs.zsh = { enable = true; sessionVariables = { ASD = "asdasd"; }; ... };...
Disregard, in my case I figured the issue was due to the fact I am using `nix-darwin` + `home-manager` and I had zsh enabled in both in which case there...
Awesome, I will try to find some time to test it. If I understood you correctly, in order to flash the board with `tinygo flash...` the J-Link probe is needed,...
This one fell through the cracks, let me revisit it and see if we can implement it. Issue is that we need to make sure that changing this value doesn't...
Just did some testing and unfortunately `hasura-auth` breaks when changing the default mode. this is because while auth is configuring the queries and mutations to be camelCase the parameters are...
That branch was reverted and we are not interested in pursuing that approach. To support different naming conventions what we should probably do instead is just add the ability for...
You should be able to pass environment variables using the `.env` file. In any case, to develop this feature you can just use the docker-compose file in the `hasura-auth` repo,...
I see you and Szilard are already working on it. Just wanted to say thanks for the PR. Once we have cleared that PR and it's been merged and released...
apologies for forgetting about this one but this has been possible since we migrated to the new `config.toml`: ``` toml [hasura.settings] enableRemoteSchemaPermissions=false ```
Unfortunately other things got in the way so we haven't started working on this. It is still in our near-term roadmap though so while we can't commit to a date...