Max Khokhryakov

Results 9 issues of Max Khokhryakov

I have a next error message :"`The parser only supports the default Log-Format!`. But my error.log format is already set by default! There are no `error.log` directives in nginx configs....

Is it possible to create `KeyboardEvent` and dispatch it to Window object, so anyone who listens "keydown/keyup" events on window will receive it?

How to...

Nice library but PLEASE add connection examples to README. I literally spend about 10 minutes to google how to init connection to database.

triage

```javascript import cliProgress from "cli-progress"; // create new container const multibar = new cliProgress.MultiBar( { clearOnComplete: false, hideCursor: true, format: " {bar} | {filename} | {value}/{total}", }, cliProgress.Presets.shades_grey ); const...

Having a schema like this: ```yaml openapi: 3.0.3 info: title: Swagger Petstore - OpenAPI 3.0 version: 1.0.11 paths: /pet: put: operationId: updatePet requestBody: content: multipart/form-data: schema: type: object properties: filename:...

enhancement
help wanted

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

Much thank for the lib! Please integrate TS Types, so it will not be need to install it from DT.

### Fastify version 5.5.0 ### Plugin version 9.5.1 ### Node.js version 22.14.0 ### Operating system Windows 10 ### Description When a route has a `schema.body` defined, Fastify requires that the...

bug