Lorefnon
Lorefnon
It would be nice to be able to have cells with parameterized expressions that can be entered by user when running the query. In db frontends like DBeaver etc. when...
## Feature Request Hello, thanks for maintaining and open sourcing typia. I started exploring it recently and it looks great. Curious if you'd consider adding validated functions similar to zod...
### Feature request Thanks for developing and maintaining this library. Would you be open to adding a flag to disable the restart on return behavior when running in watch mode...
**_Bug report_** * [X] I've checked documentation and searched for existing issues * [X] I've made sure my project is based on the latest MST version **minimal reproduction code** ```...
Hello, thanks for maintaining pgtyped. **Is your feature request related to a problem? Please describe.** The currently prescribed approach for dynamic queries works well for conditional where clauses, but is...
When I try to drag a file into excalidraw (either from OS file explorer or editor sidebar) it shows a message (Hold shift to drop into editor) but irrespective of...
Resolves https://github.com/excalidraw/excalidraw-vscode/issues/122
Hello, thanks for maintaining this project. Since this extension can operate on local files, it would be nice to be able to also link to local files. So if I...
Currently we have config options for "functionDeclaration.spaceBeforeParentheses", "functionExpression.spaceBeforeParentheses", etc. It would be good to have a similar "functionApplication.spaceBeforeParentheses". This is useful for [sanctuary style](https://sanctuary.js.org/#section:currying) curried functions. ```js S.reduce (S.add) (0)...