Ian

Results 64 comments of Ian

@alfonsrv something similar to what is in the whitepaper that @jjlin posted could do the trick, but that's a complete architecture change for auth. Client and server. The whitepaper essentially...

This also seems to happen for me with `blocky` from the `https://k8s-at-home.com/charts/` repo. Other charts from that repo install fine, but blocky throws this error. Putting it in the root...

I was unable to connect when sharing a session from RetroArch. I'm not sure if this would actually have anything to do with the game (or in this case, emulator)...

In my plugin I wrote an implementation that leverages Neomake, Dispatch or just blocking commands in Vim. An ideal solution would be to use jobs directly, but this provides a...

That behavior is part of Dispatch. Dispatch offers a few ways to spawn the background command. I typically use tmux to do it. You actually want foreground mode and tmux...

Last looked at this quite a while ago, but I've updated my configuration to align with what is being described. I'm doing all the building within a Dockerfile so I...

I've built a few multi-arch pipelines before and would be happy to turn this into a patch for whatever CI tool is being used to generate the current images.

What is the current image building pipeline? Docker Hub? I don't want to force the project into a particular CI pipeline.

Worth noting that repo doesn't support the official Raspberry Pi Nodered Docker images since it targets a newer version of nodejs. It looks like updating the original images is taking...