Leif Gruenwoldt
Leif Gruenwoldt
criticmarkup looks neat. It reminds me of git word diffs (`git diff --word-diff`)... - deletion `[-foo-]` - addition `{+bar+}` - substitution: `[-foo-]{+bar+}` What if we combined those plus leveraged existing...
+1 On Oct 14, 2014 4:29 AM, "Dan Allen" [email protected] wrote: > Starting in the 1.6.x series, I think we should switch to enabling the > showtitle attribute by default....
This is great @phutson . The change looks good on first look. Do you have a sample PDU for any of these classes that can be used in a unit...
Thanks for the report @phutson Are you interested and able to submit a pull request for the proposed change ?
I'm good with that plan!
@ActionNerd Not sure if this is still useful to you at this point, but take a look at the examples in the open-dis-java project https://github.com/open-dis/open-dis-java/tree/master/src/main/java/edu/nps/moves/examples
Thank-you @HalRules Would you like to submit a pull request for the change?
:+1: Maven'izing the project (writing a `pom.xml`) is probably the easiest way to get it into central from my experience. As far as dependencies go, the libs folder contains three...
> > ## Still unresolved > The issue in question could likely: > 1. remove the `setup.py` > 1. follow a [pypi publish guide](https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56) or with [poetry publish](https://www.digitalocean.com/community/tutorials/how-to-publish-python-packages-to-pypi-using-poetry-on-ubuntu-22-04) > 1....
Another good point @scottrbrtsn It is becoming an increasingly good case to set the baseline to Python 3.9. I support that direction now. If there any concerns please leave a...