-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
Working with UTF-8 in JavaScript requires a lot of code and is very error prone. The [TextEncoder](https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder) and [TextDecoder](https://developer.moz…
-
const senderPrivateKey = this.privateKey; let seqno = await this.wallet.methods.seqno().call(); if (seqno === null || seqno === undefined) { seqno = 0; } const amount = TonWeb.utils.toNano(tokenAmount…
-
### What problem are you trying to solve?
`new TextEncoder().encode(input).byteLength` is an order of magnitude slower than alternatives, including Node's `Buffer.byteLength(input)` and even handwrit…
-
### Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [X] I have s…
-
![screen shot 2018-05-17 at 2 42 25 pm](https://user-images.githubusercontent.com/16476877/40163257-8a5ce636-59e0-11e8-8f6d-4679df007f9a.png)
i have this error.
when i use it.
![screen shot 2018-…
-
Getting the following error when compiling in Typescript:
node_modules/@cloudamqp/amqp-client/types/amqp-base-client.d.ts:27:27 - error TS2749: 'TextEncoder' refers to a value, but is being used as…
-
I created a ReactJS.NET project using the reactnet-webpack template, then upgraded it from React 16 to the latest v18. However when I try to run the out of the box example I get the following error:
…
-
I think it have come to a time where we no longer need Safe-Buffer in modern day codes
Think the npm package should be deprecated
Encourage ppl to use Uint8Array, TextEncoder, DataView instead 😉
-
#### What version were you using?
https://github.com/LearningLocker/learninglocker/releases/tag/v7.1.1
#### What steps can we follow to reproduce the behaviour?
Basically the steps in https://lea…