Ryan Steckler

Results 33 comments of Ryan Steckler

Fusion 360 and the Carbide GRBL PostProcessor is writing a T1 M6 that causes OctoPrint/GRBL to throw an error. The generic GRBL post-processor has a checkbox to disallow M6 to...

I just installed [go2rtc](https://github.com/AlexxIT/go2rtc) to convert the rtsp stream to an mp4 stream that shows up in cncjs. Might be an option for you, but does require another piece of...

Cool. I would still suggest using the method here to set the mac address supplied by the --mac-address environment variable. It doesn't require bridge networking and it's all handled within...

I'm getting the same behavior. I'm running Mosca in a docker container. Mosca is listening correctly on port 1883. I can use mosquitto_sub/pub successfully and see the log messages in...

Nevermind. I found a way to get it to work. I replaced my hostname with the ip address of the machine (i.e. 192.168.2.16, rather than the loopback address)

This project downloads the latest version of pm2, which doesn't support the 9.x version of Node this project uses. You can change the Dockerfile to install the old version of...

Confirming that the devTechI/x-real-ip solution above worked for my kubernetes (RKE2) environment.

Just ran into the same thing when I had to remove/redeploy a PVC. My use case is simple and just adopting the existing target would accomplish what I want. Simple...

I also have a .casa domain and it works fine after allowing it in APPLICATION_HOSTS.

I know ya'll know the codebase for your own work, but just to save you a moment, it looks like [this is the location](https://github.com/milanmeu/aionanoleaf/blob/4372e32146bbe6731990d3f649847669807bfb84/aionanoleaf/nanoleaf.py#L266) that needs to attempt a GET...