-
Hey
Not sure whether this is a bug or a hole in knowledge...
I have a PHP function invoked from V8Js which returns raw binary data. The idea being that a user writing JS scripts in their sandbox…
-
```javascript
let decodedstrs = []
for (let token of encoded) {
var tokenDecoded = (new TextDecoder().decode(encoder.decode([token])));
decodedstrs.push(tokenDecoded)
```
I…
-
Hi,
I'm trying to write an ICC Color profile to a TIFF image as a `Uint8Array`. ICC Data is valid (srgb iec61966-2.1) however Photoshop complains that ICC data is corrupted.
Is writing binary t…
-
Have sample URL: https://www.idnes.cz/ceske-budejovice/zpravy/chata-deti-hluboka-matka-straznici-myly-potok-ospod-les.A240422_135654_budejovice-zpravy_khr#utm_source=rss&utm_medium=feed&utm_campaign=z…
-
I recently updated from a very old version of webtorrent.min.js and none of my videos would load.
Checking the console:
`Uncaught (in promise) TypeError: Failed to execute 'decode' on 'TextDeco…
-
It would be awesome if Piper's awesome TTS could generate the audio locally in the browser e.g: on an old phone, but the dependency on ONNX and the eSpeak variant makes this tricky.
Streaming audio t…
-
I'm pretty good for your update hydro v0.12.0.
I'm testing hydro-sale's toast using Hydro-Trigger. However, it breaks when I type in Korean as Message. The HttpHeader protocol says that only Ansi cod…
-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJav…
-
### Package
dio
### Version
5.5.0+1
### Operating-System
Web
### Adapter
Default Dio
### Output of `flutter doctor -v`
```shell
[√] Flutter (Channel stable, 3.22.0, on Microsoft Windows [Vers…
-
### Describe the bug
Hey I am using aws-iot-device-sdk-v2 in my Angular application on frontend side, I create a client using this sdk, so while using this my client create using following parameters…