Rik
Rik
Would be great.
Same here: windows 10 home 64bit latest toolbox and latest virtualbox
Html-to-image seems to be last released 1 year ago. If there are issues since then, then it can be considered abandoned. Anyway, bumping this for more exposure.
same for relativeTime or updateLocale
@pierrelefevre Thanks for pointing that out. Just to note, it has to be specifically `yarn install` b/c `npm i` will produce errors. Is it ok to not close this issue...
I might try and see. I wonder if 128MB ram of worker would be enough.
There is a project using TensorFlow -UpscalerJS- that has [CF worker example](https://github.com/thekevinscott/UpscalerJS/tree/main/examples/cloudflare-worker). If that works then its possible that NSFW.js will too. EDIT: Tensor in UpscalerJS is made in browser...
I managed to run it on Cloudflare with five caveats: - models except one that you use have to be removed manually from node modules - you have to have...
Just found out that when using in memory db, it doesn't throw error. Like: `const client = createClient({url: ":memory:"});`
So it's a problem with AVX or AVX2 instructions that my cpu doesn't have. Solution is to use [Intel SDE](https://www.intel.com/content/www/us/en/developer/articles/tool/software-development-emulator.html) that emulates needed instructions and prebuilt [sqld](https://github.com/tursodatabase/libsql/tree/main/libsql-server) as server. Download...