Luke Mckechnie
Luke Mckechnie
it seems there is nothing being hosted at / try hitting one of the api get endpoints, like api/coverage the web frontend is in another repo github.com/olivia-ai/olivia-ai.org
Is this something that would benefit from additional eyes? I love go and these chips, and would love to see their full stack implemented here.
That's how Rust did it, directly references the ESP c code. The tinygo maintainers have voiced not wanting to go this route. On Sat, May 20, 2023, 3:09 PM Kortenbach...
That sounds like an os issue, not something CudaMiner could change. When you close the window, it requests the running app to close before it closes the window, but when...
I'm not an expert in OSX, but have you checked that /bin/sh is valid? On Jan 11, 2014 10:21 AM, "allthetime" [email protected] wrote: > ./configure.sh returns: > > configure: error:...
/bin/sh is the shell. Does /bin/bash exist? You could link it with: ln -s /bin/bash /bin/sh And then configure should run. On Jan 11, 2014 12:08 PM, "allthetime" [email protected] wrote:...