Results 406 comments of Andrew King

So for anyone coming here from google and is on manjaro. In `src/beautifiers/uncrustify/index.coffee` on line 20 there is version parsing. ```coffee parse: (text) -> try v = text.match(/uncrustify (\d+\.\d+)/)[1] catch...

This is probably the usual know issue with docker containers. User have reported that it works if you use a Debian based image rather than an alpine. Your welcome to...

@slogen thanks to your pcap and me having a bit of spare time I've managed to get UDP to work. Would you be willing to test it? It's on my...

I see you then testing my UDP branch. I don't think you will be able to use the docker for this. Udp requires dynamic ports and broadcasts while the docker...

If you really want to use docker try adding the option `--net=host` To the docker part of the command. This will not create a virtual ethernet for the image and...

You could just use my binaries [here](https://github.com/QuantumEntangledAndy/neolink/actions/runs/1132364114) and intall gstreamer. Dependencies for neolink on linux can be grabbed with: ```bash apt install \ libgstrtspserver-1.0-0 \ libgstreamer1.0-0 \ libgstreamer-plugins-bad1.0-0 \ gstreamer1.0-plugins-good...

Sure you can send me the capture and I'll look when I can. can you make sure that the wireshark dumo starts from the very beginning of the connectio. Could...

P.s. could we move this discussion to #91 I have a few more people testing there and Id rather not keep repeating myself on 2 threads. Also I think I'm...

So first off this branch is still experimental and not merged yet. Cavet Emptor and all that. Configuration and functionality may change before final merge in PR #199. In #199...

Also with docker you will need to use --net=host otherwise the UDP broadcasts will fail.