-
**Tech stack**: Jest 27, react 17, react-pdf/renderer 3.0.0
When running a test that encounters the react-pdf/renderer, the file EncodeStream instantiates TextEncoder.
That class is not availabl…
-
Evolu (and Effect, I think) both need polyfills in order to function in React Native when used with `expo-router` or Metro. Polyfills are needed for TextEncoder and TextDecoder, and for `crypto.getRan…
-
Thanks for the package for bridging JS into R! I was reading [JavaScript for R, Chapter 18](https://book.javascript-for-r.com/v8.html#v8-npm) and was thinking if I can browserify `jsdom` to be used in…
-
There is already good browser support for these, but Node.js does not have these at all, so testing code that uses them is an issue if you're using jest w/ babel or something like that.
Having a po…
-
When I use the BERT-keras, I don't understand this part:
`class TextEncoder:
PAD_OFFSET = 0
MSK_OFFSET = 1
BOS_OFFSET = 2
DEL_OFFSET = 3 # delimiter
EOS_OFFSET = 4
SPEC…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
❯ npx next info
Operating System:
…
-
Hello,
First of all thank you for the amazing tool !
While trying to implement DPoP through jose js lib, it seems that the TextEncoder from the node:util is not generating a Uint8Array as it sho…
-
TextEncoder is globally avalible in all env...
```js
new TextEncoder().encode('🐵 🙈 🙉 🙊').buffer
// => ArrayBuffer { byteLength: 19 }
```
-
Given we're serializing a lot of cells, we can easily serialize the cells one by one and then construct the bytes from that, instead of building a string.
I.e. notebook = {cells: [.....], metadata:…
-
node 8.3 now ships with experimental TextEncoder/TextDecoder - https://nodejs.org/dist/latest-v8.x/docs/api/util.html#util_class_util_textdecoder
If perf is considerably better than node-iconv we c…