Aleš Menzel

Results 18 issues of Aleš Menzel

Hi, the library does not seem to work with the v3 AWS SDK for Node. ``` "@aws-sdk/client-kinesis": "^3.105.0", ``` Here is a sample repro: ```js const { KinesisClient, ListStreamsCommand }...

The [`.append`](https://www.archiverjs.com/lib_core.js.html#line551) interface does not allow us to handle backpressure causing Out Of Memory issue. E.g. those simple examples from the library readme page: ```js // append a file from...

# Bug Report ### 🔎 Search Terms intersection, merge types, react intrinsic type ### 🕗 Version & Regression Information - This is a crash - No - This is the...

Bug
Fix Available

Cannot whitelist a `*.loc` domain.

Enhancement

Is there a way to upload files via stream? I am using Express with Multer middleware. ``` /* Upload file */ dropbox.filesUpload({path, contents: file}) // { return next(response); }) .catch((error)...

enhancement

Clarification of --config option.

Update README to include the same version of react-toolbox as in peerDependencies of package.json.

Pokud někdo používáte WPML, tak pozor na to, že se vám v XML feedu budou zobrazovat všechny produkty včetně jejich jazykových variant. Takže pokud chcete třeba vypisovat produkty v českém...

### Describe the bug Currently, tanstack virtual installs by default the alpha version. ### Your minimal, reproducible example - ### Steps to reproduce npm i @tanstack/virtual ### Expected behavior The...

Use own interface for Socket request to allow extending the request interface with custom properties without polluting the IncomingMessage type which is also used by Express/Passport. Using socket.io with passport...