Lorefnon
Lorefnon
what is the version of knex you have installed (both global and local) ?
> Because we want to stick to SQL as close as possible, we don't want to sort the output tree to fix the query, instead, we want to give type...
NP, thanks for your work on this repo. Good to see this has been accepted and is on the roadmap.
For this kind of use case, IMHO the easiest approach is to target javascript and leverage the babel ecosystem for generating it. Instead of creating your own AST format, you...
Oh cool. Will this be an open source project ?
This looks useful. Currently in my react applications I have been using typestyle with [class-to-component](https://github.com/ts-delight/class-to-component) and [inject-display-name.macro](https://github.com/ts-delight/inject-display-name.macro) which helps with debugging a lot. What you are proposing would be a...
> Instead of relying on the file extension, maybe we can just open any url without scheme in vscode: This is what I originally did. However it opens excalidraw files...
Yeah, this is something that definitely needs improvement. I am contemplating moving to nunjucks as the primary templating solution as it supports better control over [whitespace](https://mozilla.github.io/nunjucks/templating.html#whitespace-control) in generated code.
Yes, this project is very new and not many features are well documented. If you'd like to contribute a PR for this I'd really appreciate it.
I also ran into this today. The problem is that in package.json you have a browser field (`"browser": "connect.min.js"`) pointing to `connect.min.js` which is not a module. Webpack's resolution for...