-
#### Read me
readStream mapping to other type of readStream to support pipe
#### Describe the feature
ReadStream rs;
WriteStream ws;
when ReadStream of sub type and WriteStream of sub t…
-
**Bicep version**
Bicep CLI version 0.30.23 (ec3612efc7)
**Describe the bug**
In a custom extension, returning a LocalExtensibilityOperationResponse with a null `Resource` and a non-null `ErrorData` …
-
The `readStream` method of a storage driver is likely expected to return a `resource` type, but in this package, it is set to `bool`.
https://github.com/cloudinary-community/cloudinary-laravel/blob…
-
### What version of Bun is running?
1.0.21
### What platform is your computer?
Linux 6.6.8-200.fc39.x86_64 x86_64 unknown
### What steps can reproduce the bug?
I'm encountering an issue…
-
RNFetchBlob.fs.readStream doesn't support starting point of stream, for example I have 1 GB file and I would like to access last 8 bytes of data, I have no other way to do so except to wait for stream…
-
I'm appending a text file before sending it to the zip bulk. So I would suggest the following change in express-zip.js::res.zip (I'm unsure about the final else as I'm not really an expert in async):
…
-
Morning, I am running Openwebrx + and getting a lot of SoapySDR::Device::readStream timeout! and failing to start. I can see my device using
radio@openwebrxplus:~ $ SoapySDRUtil --probe="driver=sdrp…
-
**Info**
```
"rn-fetch-blob": "^0.11.2",
"react-native": "^0.60.5",
platform: both
```
**Issue:**
Cant write file after it read from stream as `base64`.
My test file is image (jpg)
```
…
-
I serialized a SortedList with the follow code:
```
var data = new SortedList();
//.. code to populate data
using (var fs = new FileStream(filepath, FileMode.Create))
{
await MemoryPac…
-
### Before feedback (在反馈之前)
- [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能)
### Describe Feature (描述功能)
Needed to pipe binary file contents from one disk …