-
Can you suggest an alternative TextEncoder polyfill? The `text-encoding` package on npm is deprecated. Thanks!
-
## Problem
TextEncoder was recently added with 3863a36a53005dd1e6d39ea0d4ef5573bafde910 (related issue #948), but there doesn't seem to be a TextDecoder added. It seems odd that the encoder was add…
-
I'm implementing some API from Web standard, and I often use this:
```rust
#[rquickjs::module]
pub mod text {
use rquickjs::{module::Exports, Ctx};
pub use super::{TextDecoder, TextEnco…
-
I encountered a strange behavior in `syrup`, where fuzzing the codec with random strings did not round-trip the data. Starting with a string of random length where every character in that string was a…
-
/ first 4 bytes are tag of text comment
const comment = new Uint8Array([... new Uint8Array(4), ... new TextEncoder().encode('text comment')]);
await wallet.methods.transfer({
secretKey: keyPair…
-
Hi, I have been trying to run StableDiffusionXLPipeline on my ipad. However, it seems that there are some issues in TextEncoder.
I found that _StableDiffusionXLPipeline TextEncoder1_, _StableDiffu…
-
On Windows/NT systems, if you run either CMD or PowerShell, and then click on any previous text in the console, the script execution is paused. Execution resumes only after pressing arrow down on the …
-
wondering if you could switch to using say Uint8Array instead... \w helpers such as TextEncoder/Decoder/DataView instead
-
FP8 Model with Clip, TextEncoder and Vae loads per each generation from zero
-
TLDR: We request the support for TextEncoder in FLEDGE bidding worklet.
We’re testing our WASM implementation of generateBid, and we found difficulties as FLEDGE worklet doesn’t support TextEncoder…