Petri Lehtinen
Petri Lehtinen
When compiling a project that uses downshift, type checking still fails with `@types/react >= 18`: ``` node_modules/downshift/typings/index.d.ts(112,9): error TS2314: Generic type 'RefObject' requires 1 type argument(s). node_modules/downshift/typings/index.d.ts(120,9): error TS2314: Generic...
There's PR #81, but at least back then the TS compiler couldn't typecheck that.
... or another command line option to delimit with nothing, a null byte for use with xargs, or still something else? There could be a command-line option or many to...
`LIMIT` expects a bigger int than what fits to a JavaScript number (perhaps `u64`), and thus node-postgres uses `string` instead of `number`. I don’t think there’s an obvious fix for...
There's an easy fix for this, see #11.
Looks great! This definitely needs to be mentioned in typera’s README and docs. Have you tried whether typera-openapi also works with your lib?
> Is this project inactive and/or looking for new maintainers? Well, I guess so. The problem is that I don't currently use it in any of my projects, which makes...
Thanks for the PR! I think we should first add support for just `unnest` with one literal parameter, i.e. to just support your use case. Otherwise this rabbit hole is...
@FrigoEU do you plan to work on this or wanna me to take over?
Well, I don’t have a very strong opinion. I just noticed all the `SourceColumn | VirtualField ` in the diff and thought that it’s not optimal.