Sean Yen
Sean Yen
I'm only suggesting how this could be implemented, but I have no plans on actually implementing this It should be possible to import fonts of a select few file formats;...
> don't svgs have the ability to import fonts and stuff from a url? we could upload some nice fonts to assets.scratch.mit.edu and then automatically import them for the user...
The `eval` function is used by some dependency of Scratch to [evaluate `require('buffer').Buffer`](https://github.com/dankogai/js-base64/blob/2.4.9/base64.js#L29). The use of `eval` here is completely unnecessary, but I can't get rid of this dependency because...
Ah, [memoizing the callback fixes it](https://codesandbox.io/p/devbox/attempt-to-create-example-for-next-image-onerror-but-codesandbox-aint-loading-forked-6drvjw), thanks! This fixes the issue I had in my project. I suppose for such an easy fix, this issue could be closed, unless there's...
what happens if you upload an sb3?
Nothing else? Usually it should include more information in the log,I think
Yeah it seems like you're using an extension made for TurboWarp for the HTMLifier, which doesn't support TurboWarp stuff. You should use [TurboWarp Packager](https://packager.turbowarp.org/) instead
[Scratch unfortunately no longer lets other websites access projects directly](https://docs.turbowarp.org/unshared-projects#what-happened), so your best bet is to upload an .sb3 protect file I'll leave this open because they recommend that other...
you can just call `Alea` as a normal function, i.e. just `Alea('foo')` without the `new` keyword
you can probably ignore it. it can happen if someone connects the cloud server and sends a random object that the cloud server isn't expecting. it should be fine if...