Piotr

Results 24 issues of Piotr
trafficstars

http://gitlance.net/top/javascript https://chrome.google.com/webstore/detail/github-user-rank/oabhkjmpcnkeifhahnlhafajeoofhjak

I noticed axios belongs here to devDependencies but IMO it's a prod dependency.

bug
v3

```js > const c = require('js-string-compression'); > const h = new c.Hauffman(); > h.compress('foo'.repeat(10)).length 7 > h.compress('foo'.repeat(1000)).length 378 ```

When installing this library on Node 20 (v20.16.0), it doesn't work. `"data-api-client": "^1.3.1"` in `package.json`. ``` > require('data-api-client') Uncaught Error: Cannot find module 'aws-sdk' ``` Do you have any plans...