-
Hey there. So I noticed that the `ts_config` rule doesn't provide its own transitive deps on the DefaultInfo provider.
I'm basically trying to use a `ts_config` target in the `data` attribute of …
-
For anyone facing an issue with this package you can guys check my new package
https://github.com/mohrazzak/better-nestjs-zod-prisma
i fixed nullable and nullish issues
all enums issue (duplicate i…
-
I mentioned in https://github.com/vueuse/motion/issues/226 that I've been working on a library to implement layout animations, and @tmg0 asked for some reproduction of what is missing in Hero Motion.
…
-
**Is your feature request related to a problem? Please describe.**
I get line & column coordinates from an external source, I want to get the node(s) at this coordinate.
**Describe the sol…
-
minimum repro:
```ts
R.evolve({ a: parseInt }, { a: '123' })
```
expected result: passes
actual result: errors, `evolve` typing currently assumes input/output are similar
Perfect inference her…
-
*PHP Version:* 8.2 | *Shopware Version:* 6.6.7.0 | *Affected area / extension:* Platform(Default)
----
*_Expected behaviour:_*
Using the Symfony Flex production template, bin/build-administr…
-
In this case the type of `Foo` becomes interned to `Qux & 2`. This type is seen as an intersection. Its `getText()` returns `Bar`. Its symbol name is `Bar`. Its `getTargetType` returns `undefined`.
…
-
### The issue
Currently creating `@angular-react` components is done manually, specially in `@angular-react/fabric` (but the same holds true for any library implementation).
This is fine for a few c…
-
I work with a few repos at work that us TS. When I add `//ts-worksheet` at the top of any file and save I get this error:
```
ts-worksheet: An Error happend during the running of the worksheet. If …
-
Very cool project! I hope to use it, but I have a recursive schema using `z.lazy`. Is it possible to add support for this? I suppose the project would have to use [`fc.letrec` or `fc.memo`](https://fa…