Luke Schoen
Luke Schoen
I tried adding the following but those issues still appear: ``` apt-get install sudo && \ useradd -m -u 1000 -U -s /bin/sh -d / acala && \ sudo usermod...
~/code/src/ltfschoen/Acala master docker build --tag acala:latest . Sending build context to Docker daemon 16.16MB Step 1/22 : FROM phusion/baseimage:0.10.2 as builder ---> 4ca439e72536 Step 2/22 : LABEL...
I got the same error when I ran the following code. i'm using macOS Catalina 10.15.6 using Node.js 14.7.0: ``` const JSZip = require('jszip'); const main = async () =>...
@ngokevin I have created a repo [https://github.com/ltfschoen/react-fluxible-test](https://github.com/ltfschoen/react-fluxible-test) that shows how to incorporate A-Frame React into a Fluxible app (i.e. uses isomorphic architecture with server-side rendering)
@ngokevin - I followed the instructions at http://fluxible.io/quick-start.html to generate a boilerplate Fluxible app. - I installed the aframe, aframe-react, and exenv npm packages. - I imported aframe in client.js...
i encountered a similar issue (i.e. `urllib3.connectionpool._make_request: http://localhost:None "GET .... HTTP/1.1" 404 80` when i was trying to run `docker-compose --verbose up -d`. i turned out to be an unknown...
Note the following requirements clarified in this discussion https://github.com/paritytech/fether/pull/326#issuecomment-451167992 When there's a bad connection, Parity's downloading, or there's no internet, or there's no peers, or it's syncing, then these are...
I assume it would be most suitable to add this on the Settings page
@Tbaut * Toggle enable/disable launch Fether on startup using a checkbox launch Fether on startup menu item in a 'Preferences' section in the context menu that appears upon right-click. Reference...
I just confirmed that `setLoginItemSettings` does not work on Linux, so we might have to just use https://www.npmjs.com/package/auto-launch, or a combination of both