-
Been following the buildspace AI avatar generator project and loving it so far!
I did come across an issue when creating the React app. In the `bufferToBase64` function:
```javascript
const bu…
-
I'm using `xmlrpc.client` in Node.js and I found out that I was sometimes calling it with bad arguments which triggered [this default case](https://github.com/scripting/xml-rpc/blob/ee5fd6e57c2f8c9322…
-
The HTML specification has two methods for converting between a unicode string to a base64-encoded representation of it, and vice versa.
https://html.spec.whatwg.org/multipage/webappapis.html#dom-win…
-
I keep getting this error at build time when creating static versions of this Vue app. Not sure what this function/variable is meant to reference.
```
ReferenceError: btoa is not defined
3:47:47 …
-
Continuing from https://github.com/saghul/txiki.js/issues/418:
To avoid duplication across embedders, implement atob, btoa, structuredClone1, queueMicrotask and performance as quickjs-ng C APIs and…
-
### Description
Using version `5.10.2` we cannot bundle algolia search client for cloudflare workers since it uses Node built ins.
We tried updating from `5.2.1`, which still works fine.
### Clie…
-
```
npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
-
This line
```js
if (${e(compiler.template.isProduction)} && css.map) {
// https://developer.chrome.com/devtools/docs/javascript-debugging
// this makes source maps in…
-
Hey all! I've tried hooking ArnoldUSD up with Blender and I'm a bit stuck on parsing AOVs into the Delegate. In my Blender Addon I've got the HydraRenderEngine hooked up using this AOV system. This ha…
-
We currently rely on `btoa` and `atob`, because that works in browsers and worked in versions of Node we tested against, but that's not as universal as we had hoped.
We should instead, provide some…