Allen Riddell

Results 73 comments of Allen Riddell

Got it. Just thinking that in this case one really wants to encourage reuse of the traits by users -- i.e., folks adding new distributions and (derived) models. I might...

You might consider creating and releasing a zip for each directory. On Linux or macOS: ```bash TAG=v.4.0.0 for directory in $(ls -d */ | sed s'#/##'); do git archive --format=zip...

You would add those zip files to textbox's releases page: https://github.com/cligs/textbox/releases (for the relevant version). The limit is 2G on the files there ([source](https://help.github.com/articles/about-releases/)). You would do this every time...