David Braun
David Braun
>I am also a bit appauled by the fact that those who distrust Docker Inc. are so willing to trust CoreOS. My distrust of Docker comes directly from the fact...
Yes, this is a known problem. See https://github.com/lurume84/bling-viewer#usage-guide
Hi, thank you for doing this. It would be helpful if you were to publish [moosefs-csi](https://github.com/moosefs/moosefs-csi) on Docker Hub as well.
Slightly off topic but what do you think about an easy way to disable the LTE modem? Perhaps by disconnecting the antennas?
I'm having this problem too. Reinstalling `xcode-select` and `nvm` didn't fix it. ```shell % nvm_find_nvmrc % nvm use system && nvm_auto && nvm current System version of node not found....
Thank you, that fixed it! I wasn't aware of the "default" distinction, only that NVM had been working for a long time and then stopped.
> Ideally, I think the browser version would be included in the npm install which would avoid the need for any further steps. 👍
For your use case of server-side-rendering scenarios it's better to use a wrapper than to pollute `getServerDate` with local time, e.g.: ```JavaScript const wrapper = async () => { const...
Excellent! So how would we use this in Replicad? Pipe its output to [the Solid.translate method](https://replicad.xyz/docs/api/classes/Solid#translate)?
Sure: ```JavaScript util.promisify(release)({ token, owner: "cosmos", repo: "voyager", tag, name: `Cosmos Voyager Alpha ${tag} (UNSAFE)`, notes: ` NOTE: DO NOT ENTER YOUR FUNDRAISER SEED. THIS SOFTWARE HAS NOT BEEN AUDITED....