-
### 🤷 Motivation
We have types like JS `Date` or an internal `LocalDate` (only calendar dates, no times) that we want to encode/decode to JSON (or a string, like in a query string).
Libraries li…
-
Hello,
first of all, great app! very helpfull for people whos leaning this kind of stuff! congratz!
maybe I missed some docs but, how did you manage to convert the VRoid model to work on this app?
…
-
Prevent property names with reserved/invalid words in target lang, for example it is possible to define:
```ts
class CornerRadii {
default = 4;
}
```
which compiles to the following in the…
-
The delay for changing a verse is excessively long. Saving a verse should be less than 6s in Psalms. Rich has suggested sending a patch. Or it could be done as a background task, but that brings com…
-
I prefer no spaces after `{` and before `}`, and no semicolon after commands. I have set `eslint` and `prettier` accordingly.
However, I could not find a way to make Import Helper respect these set…
-
# Suggestion
Add `printFileWithSourceMaps` to printer.
## 🔍 Search Terms
Ast, print, printer, source maps, emit, sourcemaps.
## âś… Viability Checklist
My suggestion meets these gui…
-
**Describe the Bug**
I have a prisma.schema with 202 tables, when running `npx prisma generate` I get the message: Error: EMFILE: too many open files. I then modified the schema to have 153 tables t…
-
-
> I won’t make a Deno script that generates the types from scratch at the moment. I’ve tried it and determined that the OpenAPI JSON is a lot for to parse. What I am more willing to do is transform th…
-
Hello,
would it be possible to have Plugins being hot-reloaded?
https://docs.nestjs.com/recipes/hot-reload
so plugin updates can be rolled out independend, or even something like a store can …