Andreas Fehn
Andreas Fehn
### Describe the feature Due to reasons I need a custom `build.js` script that calls vite's `build()`, patches some files, moves the output to its target destination and creates a...
With the store api lazy queries are now easily possible by defining them in a separate file. But I would love to be able to define them inline. My idea...
I tried to overwrite IntelliJ's default formatting options with a `.editorconfig` file. It works for the default options (like `indent_size`) but not for IntelliJ specific one (prefixed with `ij_`). A...
Fixes #708 by trying to load `src/routes/_layout.{ext}` and `src/routes/_layout/index.{ext}` before falling back to the default layout. Works locally by using `npm link`.
First of all thank you for this great library and support for mssql. You literally saved my life. I'm working with rather huge datasets (3.9M rows joined with other tables)...
## Changes The npm manager supports extracting the correct version from strings like `github:renovatebot/renovate#semver:37.280.0`. ## Context NPM supports those dependencies but renovate not yet. ## Documentation (please check one with...
https://plugins.jetbrains.com/plugin/15285-direnv-integration/reviews#review=51879
Hopefully, this should allow importing during indexing (which is not needed for direnv).
I have a schema that looks roughly like this (updated) ```ts const morningSchema = z.literal('morning').transform(() => ({ from: '06:00', to: '11:00' })); const noonSchema = z.literal('noon').transform(() => ({ from: '11:00',...
In my project I have two databases and I always have to select the correct generated `DB` type. It would be awesome if I could provide different names through the...