-
Server crashes on directory traversal attempt with invalid UTF-8 character
A scheduled scan kicked off on our network and crashed my npm-lite server. Checking the logs, the crash was on a GET for /%8…
-
## Bug report
### Required System information
- Node.js version: **18.20.3**
- NPM version: **10.8.2**
- Strapi version: **5.4.2**
- Database: **postgres**
- Operating system: **macOS Sequoia …
-
### Bug description
`TS2345: Argument of type '"query"' is not assignable to parameter of type '"beforeExit"'.`
getting above error at the following code.
![image](https://github.com/prisma/pri…
-
When i use this snippet provided in the docs :
```js
const kafka_transport_conf: KafkaTransportConfig = {
clientConfig: { brokers: ["localhost:9092"] },
producerConfig: { allowAutoTopicCreat…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
We have async listeners set up for onclose, onreconnecting, and onreconnected events, along w…
-
This is what I'm getting when I run `npx typescript-monorepo-toolkit inject-refs .`:
```
❯ DEBUG=typescript-monorepo-toolkit npx typescript-monorepo-toolkit inject-refs .
npx: installed 15 in 1.7…
-
system-ubuntu16.04
node-v8.16.0
npm-6.4.1
typescript-Version 3.5.3
cordova-9.0.0 (cordova-lib@9.0.1)
ionic-5.2.3
I deleted this file ‘package-lock.json’,then I can build that.but show this log…
-
I see type definitions in the package, but when I try to import and use this way:
```
import { colorConsole } from 'tracer'
const logger = colorConsole({})
console.error('some error')
```
It…
-
### Use case
The current implementation of our Logger is fairly stringent when it comes to types and objects allowed in the logs when compared with the Python implementation.
For instance, in Py…
-
## Description
Hi. I have this error when I'm trying to call `zitadel.userManager.signinRedirectCallback`.
## Environment
NX monorepo with regular Vite React app + TypeScript.
**Lib version:**…