Alex Rattray
Alex Rattray
I'm not sure if it's possible (either way might be good to document).
### Feature description At first I was going to suggest documenting that `sql.fragment` is an alias for `sql.query`, since the former is used in the graphile.org docs for extending the...
### Feature description The README currently recommends doing this yourself, and provides a straightforward [example](https://github.com/graphile/starter/blob/4854f77e461062a95cdfff9c62082eb90a3a0d5b/%40app/db/.gmrc#L20), but IMO this should be built-in and ideally enabled by default once proven out. My...
Similar to #28 but should be a lot less work. When I look at a comparison like this: https://www.npmtrends.com/swr-vs-react-query I can tell that react-query is growing faster than swr, but...
TypeScript has a new `unknown` type! (not yet released, I think). It seems like a direct parallel to `mixed`. https://github.com/Microsoft/TypeScript/pull/24439
Follow-on issue to https://github.com/pganalyze/libpg_query/issues/15 and https://github.com/pganalyze/libpg_query/issues/43 As of [pg_query 2.0, comment tokens are included in the scan output](https://github.com/pganalyze/libpg_query#usage-scanning-a-query-into-its-tokens-using-the-postgresql-scannerlexer)! This is accomplished with [a patch in the lexer](https://github.com/pganalyze/libpg_query/blob/13-latest/patches/04_lexer_comments_as_tokens.patch), and this could...
Hi there, Awesome tool that I can't wait to properly use! I'm used to `rails c` with pry, awesome_print, and some other goodies, and was disappointed to see that the...
Hi, Would be awesome to use this within the context that `rails c` sets up. Is this possible? Thanks!
I have not tested this (just made the intuitive change in github) but curious if it works / you are interested. This is intended as a proof-of-concept for https://github.com/adelsz/pgtyped/issues/233
This is a meta-issue for ease of organizing, while the project is in its early stages. Syntax Highlighters to build: - [x] Ace Editor (on homepage) - [x] Highlight.js or...