We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To compile, right now I do:
$ nix-shell
And to recompile:
$ <Ctr-C to exit> $ nix-shell # again
Similarly to the postgrest repo, a:
$ plmustache-watch plmustache-build
Would be ideal. Even just a plmustache-build command where exiting manually is not needed would be an improvement.
plmustache-build
The text was updated successfully, but these errors were encountered:
For solving this, I've realized that we need a extensions_dynamic_path config, which has been proposed before but not implemented.
extensions_dynamic_path
I looked at the implementation and it didn't seem at all difficult but looks like other people are already on it:
Maybe we can include it as a patch for now.
Sorry, something went wrong.
No branches or pull requests
Problem
To compile, right now I do:
And to recompile:
Proposal
Similarly to the postgrest repo, a:
Would be ideal. Even just a
plmustache-build
command where exiting manually is not needed would be an improvement.The text was updated successfully, but these errors were encountered: