Andrew Cornford
Andrew Cornford
I have been struggling to generate a form from XML at all using Python and lxml. I can generate from an XSD, so I think I'm just doing something wrong...
With fresh eyes after a weekend I've quickly solved the issue converting XML to a form using Python which is good. I then tried using the latest commit to generate...
I've also come across another issue (which is kind of related): I have an element in a sequence which has a `minOccurs="2" maxOccurs="2"`. When this is converted from XSD to...
Hi @simonsirak , Thanks for all the info you added to this. I've done some digging based on what you've written and come to largely the same outcome. However, the...
Yes, you are right. I have added this quickly, let me know if your test is successful now. I originally only changed the files I needed for my project, lazily...
This fixed the authorisation error mentioned above for me too. I'm not using SSH, but Wayland (Sway to be specific). Any chance this could be merged?
I've created a pull request #7 to allow the user to change the multicast address and port. It doesn't go as far as accepting command line arguments (yet)
I have made changes similar to these and updated the PR. I like what you did as it also allows for the user to use the default multicast address and...