Bjarke Felbo
Bjarke Felbo
I mentioned this in #62, but I think it deserves its own issue. Comments are important for teams and can be needed for functionality. For instance, [postgraphile](https://github.com/graphile/postgraphile) uses table comments...
Migra doesn't detect differences between databases related to granting access to functions. For instance: `GRANT execute ON FUNCTION my_schema.my_function to my_role;` There's also no tests ensuring this: https://github.com/djrobstep/migra/search?p=1&q=grant&unscoped_q=grant This is...
This is very much nice-to-have, but it would make sense for all the code generated by migra to be consistent in its formatting. Right now some statements are lowercase (e.g....
Migra is extremely helpful. However, it understandably doesn't support everything. It would be great to know which Postgres features are not supported. Could the 'Features and Limitations' of the README...
Split out from https://github.com/godotengine/godot-proposals/issues/1473 based on @m4gr3d's suggestion. Please see answers to remaining questions there. **Describe the feature / enhancement and how it helps to overcome the problem or limitation:**...
This repo is amazing for quickly finding the recent papers on a particular NLP problem. Thanks a lot for creating it! However, the leaderboards would be even more useful if...
### Feature description Currently it's possible to deprecate functions and columns using the `@deprecated` [smart tag](https://www.graphile.org/postgraphile/smart-tags/#omit). It'd be great to support adding `@deprecated` to a table, which would mark e.g....
Thanks for creating this amazing library. I'm somewhat confused as to how the `--help` command is implemented. When running `python example.py --help` Fire only prints the flags, not the actual...
**Describe the bug** We use the popular [PostGraphile](https://github.com/graphile/postgraphile) library to export our GraphQL schema. As such, our exported GraphQL schema is our source of truth. PostGraphile generates the GraphQL schema...
You'll get `Error: Cannot find module 'uglifyjs-webpack-plugin'` if you just follow the instructions :)