-
### Bug description
While using the `vtk.js` library, I noticed an encoding issue when attempting to read `.vtp` files that have names containing Chinese characters. The problem seems to arise from t…
-
### Description
This rule is more targeted for cross platform compatibility reasons. `node:buffer` is a node specific module and i mostly just see it as something that bloats browser bundles and ru…
-
There are some strange bugs when using large zipped worlds in the web demo. Instead of a user friendly "out of memory" error, we get "TextDecoder" errors:
```
Uncaught (in promise) TypeError: Text…
-
Our UTF-8 decoder can use the `TextDecoder` JS class where available.
Some browsers have bugs in their `TextDecoder` implementation around the exact behavior of malformed input when `fatal=false` (…
-
Hi there - this project uses `base64url` on server-side and on client-side the demo uses `base64-arraybuffer` (albeit an outdated version). A new version of `base64-arraybuffer` is at .
We recomme…
-
-
I'm running two nodes on the same machine and can see:
> libp2p:mdns peer found 12D3KooWFvEoC1NJz5Cgcji15WyNGRjo85ytgMi7PJCQnTeTHM2B +0ms
libp2p:mdns discovered peer in mDNS query response 12D…
-
- Prefer to use Uint8Array over Buffer whenever possible - bundle buffer into browser is not that good of idea
- Buffer is bloated with something DataView, TextEncoder, TextDecoder is suppose to ha…
-
## 🐛 Bug Report
when import Chinese characters was composed of garbled words like tihs '��'
Lib version: 4.3.0
## Steps To Reproduce
```javascript
let filePath = path.join(…
-
This function allows you to view the GECOS or "Full/Display Name" of the account.
I'm not sure if it should be `Deno.getUserFullName`, `Deno.getUserGecos` or `Deno.getUserDisplayName`
It might b…
ghost updated
1 month ago