Igor Savin

Results 121 issues of Igor Savin

jest-dom TypeScript build breaks if jest-dom assertions (such as `toBeInTheDocument`) are used in vitest files, when using newer version of vitest (1.x) ### versions - `@testing-library/jest-dom` version: 6.2.0 - `node`...

Hi! This is an amazing library and a very useful one, but it seems like its development has quiet down a bit. We would be happy to help with maintaining...

fixes #2350 #2343 **What issue does this pull request resolve?** punycode warnings. See linked issues. **What changes did you make?** Switched dependency to a fork that addresses the issue, and...

### 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...

This happens with `"skipLibCheck": false`: ```sh > tsc --noEmit Error: ../../../node_modules/cld/index.d.ts(26,1): error TS2668: 'export' modifier cannot be applied to ambient modules and module augmentations since they are always visible. Error:...

Creating errors is a fairly expensive operation in JavaScript (primarily due to stacktrace generation), and it is not really necessary for conveying the fact that language resolution was not successful....

Hi! I am a principal engineer for Lokalise, and we are interested in using this library, but it doesn't seem to be updated anymore. Would you be open to accepting...

Stemming of a larger text can take long time (10 seconds and more). Considering that Node.js runs on event loop, blocking operations prevent anything else from being processed. Would it...

Feature Request

Currently I'm getting this kind of errors when there is nothing to be killed: ``` Failed to get pid of port 3011 Error: Couldn't find a process with port `3011`...

If connection is lots, ktor-rabbitmq should be capable of reconnecting automatically.