Alex Fernández

Results 10 issues of Alex Fernández

After compressing a block and decompressing it with `blockChecksum` enabled, `node-lz4` bombs: ``` const decoder = lz4.createDecoderStream({ }); const encoder = lz4.createEncoderStream({ blockChecksum: true, //debug: true, }) const buffers =...

I have tried to decompress the attached file (inside a `.zip`) with `node-lz4`, both with `useJS` and without it. With `useJS` it works fine; without it it does not. I...

It is too hard right now to know which are DOs and which are DON'Ts while browsing the list. Maybe anther emoticon or perhaps with separate sections.

Node v18.12.1, [email protected]. I am scraping a number of RSS feeds using `rss-parser`. A [Nasdaq feed](https://www.nasdaq.com/feed/rssoutbound?category=Commodities) is invariably giving a timeout after 10 seconds, which is the configured time: Could...

When compiling for io.js latest (1.0.4), node-gyp complains: ``` In file included from ../toobusy.cc:3:0: /home/ubuntu/.node-gyp/1.0.4/deps/uv/include/uv.h:756:15: error: initializing argument 2 of ‘int uv_timer_start(uv_timer_t*, uv_timer_cb, uint64_t, uint64_t)’ [-fpermissive] UV_EXTERN int uv_timer_start(uv_timer_t* handle,...

Taken from https://skimdb.npmjs.com/, as recommended by @isaacs.

We should have a page that displays top 100 packages.

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

Great little project! The browser part in particular is quite useful. I have a couple of improvements in mind. I see that it's sending the [content type as `text/plain`](https://github.com/eBay/browser-telemetry/blob/master/browser/logger.js#L219). As...

Hi, we want to use your awesome library in production, but we need to know exactly what license it is under. There is no `LICENSE` file or license header in...