-
### What version of Bun is running?
1.1.34+5e5e7c60f
### What platform is your computer?
Microsoft Windows NT 10.0.19044.0 x64
### What steps can reproduce the bug?
Create a request with fetch an…
-
Error (2 clusters):
```
node:events:495
throw er; // Unhandled 'error' event
^
Error: setRawMode EIO
at ReadStream.setRawMode (node:tty:77:31)
at [_setRawMode] [as _setRaw…
-
The generator does not properly support the case of `Future` methods (e.g., a Vert.x HTTP client response that is eventually wrapped by a JSON stream parser).
The idea is to translate those to `Uni…
-
Hi! I want to export data from MySQL to large csv/json files. I can't store all exported records in RAM and want to use streaming.
It will be convenient to have `executeSelectStream` or `executeSel…
Smert updated
2 months ago
-
We still need to deal with \n and \r\n
```js
export async function* getSDFIterator(readStream) {
const moleculeStream = readStream.pipeThrough(createMoleculeStream());
for await (let molecule of…
-
### Reproduce
I met the issue when i use this function to read a 300MB file on ios and when I read a 3MB it works well.
It works well on android when read 300MB file, too.
```typescript
public …
-
### Version
22.9.0 (Docker Latest)
### Platform
```text
Linux (Docker Latest)
root@0cd652c8fcb1:/# uname -a
Linux 0cd652c8fcb1 5.15.0-84-generic #93-Ubuntu SMP Tue Sep 5 17:16:10 UTC 2023 x86_6…
-
### Feature Request
| Q | A |
|-------------------|---------|
| Flysystem Version | 2 & 3 |
| Adapter Name | all |
| Adapter version | 2 & 3 |
#### Scena…
-
### What version of Bun is running?
1.1.16
### What platform is your computer?
Darwin 23.5.0 arm64 arm
### What steps can reproduce the bug?
A Raspberry Pi Pico is connected to a Mac USB port. T…
-
Is there a chance blocking Read/Write functions of PortAudio are implemented in PortAudioSharp2 too?