Public Daniel

Results 4 comments of Public Daniel

> I mean you can easily implement it for yourself by wrapping `dev.ConsoleRenderer` and a special key as outlined before. Then you'd just prepend the output of ConsoleRenderer with the...

You just need to run ```bash python setup.py install ``` Checkout this guide from PyTorch for some additional details: https://brsoff.github.io/tutorials/advanced/cpp_extension.html

I ran into the same issue. For now, I just moved from Cloudflare Pages to Vercel and that fixed it. I would love to move back when/if this gets resolved....

I have a little side project I'm working on using Expo (React Native framework). I'm planning on trying to get Sqlite with this extension running locally. I'll report back here...