jumson

Results 8 issues of jumson

using Ubuntu16, fresh install, ssh into it. I modified it according to the pull request "https://github.com/NodeOS/NodeOS/pull/388" So it builds without problems. in scripts/start, my QEMU is not getting the -nographic...

bug

There were no errors, only this console output: ``` ubuntu@ubuntu16:~/NodeOS$ npm start > [email protected] start /home/ubuntu/NodeOS > scripts/start ubuntu@ubuntu16:~/NodeOS$ ``` after trying to run that script, I get this: ```...

bug

the CLI shows: ``` > prebuild-install -d https://github.com/NodeOS/nodeos-usersfs/releases/download/v{version}/{platform}-{arch}.tar.gz || (buildDependencies && npm run build) prebuild-install info begin Prebuild-install version 2.4.1 prebuild-install info looking for local prebuild @ prebuilds/linux-x64.tar.gz prebuild-install info...

bug

This fixes the issue described in #379. https://github.com/NodeOS/NodeOS/issues/379 It installs the stable version of libfuse-dev. It works as a temporary fix, however the final solution rests with the fuse-bindings repository,...

I try to open the example .pth files and it will not read them. Forcing it / changing extension to .pothos, will give this error: PothosFlow.GraphEditor: Error parsing JSON: illegal...

An answer for https://github.com/ShipBit/slickgpt/issues/23 These updates allow someone to dockerize and preview SlickGPT. My implementation uses cloudflared tunnel, but most people can probably take this and more easily test it...

added comments and alternative code to bypass firebase. Can reference folks from https://github.com/ShipBit/slickgpt/issues/6 who are trying to self-host. I also dockerized it and composed it with a cloudflared to test...

**related to a problem?** You do not show code for API implementation/server. **Describe the solution you'd like** How are you serving this up? Or at the least, check out this...