-
**Describe the bug**
Town intelligence window crashes when the town name contains non Latin1 characters (for example `Őrbottyán`).
**To Reproduce**
Insert the following snippet to the `Software/A…
-
I used [HtoA documents](https://docs.arnoldrenderer.com/display/A5AFHUG/UV+Projection) on Projection node as a reference point.
I prepared a test scene to check all project types. All of them suffe…
-
Hi Max! enjoying a lot this course. in chapter Registering and Authorizing when trying to create the registration, using the func
`const authRes = await SimpleWebAuthnBrowser.startRegistration(opt…
-
Perhaps it would be better to throw exception or have an option to have such option when `length % 4 !==0` or string has white spaces.
``` javascript
> ByteBuffer.btoa(ByteBuffer.atob("a"))
''
> Byte…
-
Hey, **fabmax**, it's been a while, i hope you are doing well!
I have been enjoying this project of yours so much. it's been almost a year and i see you have been up to it since then, thank you for…
-
Hi,
While using the cordova-plugin-file I have found an inconsistency between IOS and Android.
Android reads binary files as array buffer's fine, but IOS does not (I'll then be using JPEGJS to decode …
-
These function use atob and btoa internally and they oom easily with large strings
Maybe instead they should use node:buffer (Buffer.from(i).toString("base64") Buffer.from(i,"base64"))
-
version: 3.3.17
```
UnhandledPromiseRejectionWarning: ReferenceError: btoa is not defined
at Thumbnail.module.exports.Thumbnail.parse (webpack:///../_common/nodejs/node_modules/psd.js/lib/psd/r…
-
Hi,
Thanks a lot for your work on this library! I'm curious if you perhaps benchmarked your solution against browser built-in functions `btoa` and `atob`?
If not, I could volunteer to set up a ben…
-
### Description
See:
- https://developer.mozilla.org/en-US/docs/Glossary/Base64#the_unicode_problem
- https://github.com/sindresorhus/uint8array-extras/blob/75bd46dca10f7ec4fe1452fff01e1eec8c45be…