Igor Savin

Results 121 issues of Igor Savin

When trying to install bundlesize `0.18.2` on Node 22, the following error is thrown: ```sh npm error path /home/runner/work/app/node_modules/iltorb npm error command failed npm error command sh -c node ./scripts/install.js...

When wrong credentials are provided to Redis, this gets logged: ``` {"level":50,"time":1674832773627,"pid":1,"hostname":"service-79d5f6fb77-gf4ks","type":"ReplyError","message":"WRONGPASS invalid username-password pair or user is disabled.","stack":"ReplyError: WRONGPASS invalid username-password pair or user is disabled.\n at parseError (/app/node_modules/redis-parser/lib/parser.js:179:12)\n...

help wanted

Hey! Would you be open to accept new maintainers to help steward the library? We would love to use pako at Lokalise, but are somewhat concerned about lack of recent...

Hi! Thank you for creating and maintaining this fantastic library! There didn't seem to be much visible development lately, and even though there are plenty of community submitted PRs, they...

management
stale

#### Checklist - [X] run `npm run test && npm run benchmark --if-present` - [X] tests and/or benchmarks are included - [X] documentation is changed or added - [X] commit...

### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

This allows using the fastify adapter with both fastify 4 and 5. Caveat is that it is likely to result in poor Reply typing when using fastify 5, full solution...

Update fastify adapter to support fastify 5

## Summary This PR adds Valkey support to layered-loader with comprehensive parametrized testing against both Redis and Valkey servers. ## Changes ### Infrastructure - **Added Valkey service** to docker-compose.yml (port...