-
## 🐛 Bug Report
I've created a simple test with no configuration. You can find it [here](https://github.com/cozmy/jest-performance). It takes 7.6 seconds just to start jest, and then, on file chang…
cozmy updated
3 months ago
-
It seems like if your device is updated to iOS 13, the AIR SDK can't connect to the device. So intelliJ can't install the .ipa on the connected device.
I tested xcode 11 and it does find the device…
-
I encountered an error when using optional chain syntax.
example code:
```
if (!selectRow?.pk_accasoa) {
return;
}
```
errors:
```
thread '' panicked at 'failed to invoke plugin: faile…
-
### Description
When using the WebGPU build introduced in r167 with [vite, using recommended aliases configuration](https://github.com/mrdoob/three.js/pull/28650#issuecomment-2198568721), I am unab…
-
### Bug report
When starting a server via `webpack serve --mode development `, the console output logs all incoming requests, even when `devMiddleware` is set to `{ stats: 'errors-w…
-
**Describe the bug**
When I try to run my electron project (using webpack), and sources are getting transpiled, I am getting this error:
```
ERROR in ./node_modules/@lingui/macro/dist/index.mjs 3…
-
### Current Behavior
adding indexHtmlTransformer fails schema validation when serving or building angular application
### Expected Behavior
indexHtmlTransformer works
### GitHub Repo
_No respons…
atsjo updated
8 months ago
-
### Demo Repo
https://github.com/mohd-akram/ts-next-repro
### Which of the following problems are you reporting?
The module specifier resolves at runtime, but not at build time
### Demonst…
-
According to the node.js [release notes](https://nodejs.org/en/blog/release/v20.6.0) for node 20.6 the `experimental loaders` API was deprecated in favour of the `register` API.
Because of that, we …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I am struggling trying to create a loggerservice that is transient and add automatically it's…