James Arnott
James Arnott
Hi there, I saw this thread and made an example project, just run yarn install, then yarn build and you should be good to go! (add the build file as...
Hi, I'm fairly new to neural nets and this library, I tried using your model and I keep on getting the same error "nsfwjs.min.js:1 Uncaught (in promise) Error: layer: Improper...
> > > @evdama I'm still using this one: > > https://github.com/infinitered/nsfwjs/tree/master/example/nsfw_demo/public/model > > In my experience, this one works the best. > > The thing is that you cannot...
> > > Aha, I found a workaround. It's ugly, but it seems to work. > > I had to modify HTTPClient.cpp, which on my Windows system is in C:\Users\USERNAME\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\libraries\HTTPClient\src....
I'm not sure what can be done, I think it needs to be packaged up using something other than browserify (probably on a fork) but I'm not sure whether or...
Hi there, I'd recommend you do a little more reading into the messaging API in the plasmo docs, or ask the AI bot Pallas [on the discord](https://discord.gg/YaqgBM3zur) which has also...
Ahh I see, I'm also pretty sure that the chrome ports API is not designed for you to communicate from within the background service worker, to the background service worker....
Damn okay I think I am in the deep end with this ticket, I don't want to refactor the contents of the [overlay](https://github.com/trypear/pearai-app/tree/main/src/vs/workbench/browser/parts/overlay) folder right now as I don't want...
Hey, the workaround has worked for me but it would be amazing if this the prepared statements just worked as expected so I could use them in my code without...
Getting this too! [here's](https://github.com/Acorn221/CubeAuthn/tree/fb78a92dbb4e44f85c4a41c619d557c056547ca5) an example repo, fixed by remoing the engines from package.json as @fangmd suggested (Thanks!)