Toxuin

Results 45 comments of Toxuin

It is hard to tell, but shouldn't be the case. I'll test the latest changes on my machine over the weekend and push the update.

Okay, I see the culprit now. It is a bug in Repetier-Firmware. That's my fault it's there. I've submitted a patch. For the UI popup bug – we should open...

dc42, please confirm this fix solves the problem. From my understanding it was my bug in certain version of Repetier firmware that was not sending full extended response, but only...

Function logIn() is called once you try to sign in the web interface, your password is right and your ip is not on the session table. These checks are performed...

this is not trivial to solve, but possible. Since Repetier firmware does not store last response and has little RAM - I did not add "seq" field to it. The...

Well, I am afraid to say this, but it won't work. Apple made the protocol in such way that it checks for values from mDNS every time before connecting to...

I am running this in Docker, the only trick that you need to do is make the mdns-tunneller have `network_mode: "host"`. You can maybe do it with a bridge, but...

Glad to know you got it working! Yes, MacOS Docker runs in a VM with Linux in it, and the VM engine itself does not support host networking, as far...

Hey thank you for detailed bug report! This indeed looks like a bug. I will have a look once I have some spare time.

The config snippet that you posted does not format as a valid YAML. I suspect the indentation in your config is not correct, resulting in invalid configuration. If you can,...