-
I get this error when my linter runs over the bunx create-t3-app starting repo. I also get this linting error when i install zod separately into a empty repo. **The code runs fine tho**. I don't know …
-
### Describe the bug
Unknown compiler option 'noUncheckedSideEffectImports'
Please add support for typescript@latest! (5.6.3)
### Reproduction
vitejs library project in lib mode + vite-plugin-d…
-
### Describe the bug
can build app of `x86_64-pc-windows-msvc` .
But cann't build android app.
Those code does not work when compiling Android in this project
```
$ cat ~/.cargo/config.toml…
-
I'm trying to use it with bun instead of node.
Just minimal straightforward example to check if it works. I have an index.ts file with the code below:
```js
import git from 'isomorphic-git';
imp…
-
### Describe the bug
Resizing the window when the dev tools are open or just the dev tools causes the program to continuously consume memory.
### Reproduction
1. create a new app with `bun create t…
-
### What version of `drizzle-orm` are you using?
0.34.0-f5f3e49
### What version of `drizzle-kit` are you using?
0.25.0-f5f3e49
### Describe the Bug
Ran into this issue after wanting to test the …
-
### Current Behavior
I created a new project with `nx g @nx/nest:app backend`. Process went through without any errors. However, If I now try to compile, nx tells me it cannot find the projects. Call…
-
### Describe the bug
I install dependencies with vite ^5.3.1 (latest minor updates available) and fail with error
```
$ vite
file:///home/project/node_modules/vite/dist/node/chunks/dep-BWSbWtLw.js…
-
### What version of Bun is running?
1.1.30-debug+adc86c773
### What platform is your computer?
Darwin 23.5.0 arm64 arm
### What steps can reproduce the bug?
```
git clone https://github.com/googl…
-
### Describe the bug
In most cases, I'm trying to replace onMount with $effect, which seems to be the better way to go. However, $effect doesn't allow an async function:
```
import type { Sni…