Peter L Jones
Peter L Jones
I'd prefer everything in UTC, really. I don't like timezones at all.
https://github.com/corrados/jamulus/issues/497#issuecomment-670610549 No.
To specify this further... This needs to require no more than the existing command sequence for a build, something like: ``` make distclean ;# or make clean - I prefer...
I think `lrelease` is part of the Qt developer tools -- if you've got `qmake`, you should have `lrelease`. Hopefully.
I believe we say "Qt developer tools", not `qt5-make` in the requirements, however.
I'll just note that when I do `make distclean; qmake`, `grep lrelease Makefile` on my Ubuntu box says ``` make distclean; qmake ... Project MESSAGE: building version "3.6.2dev-090e8aca" (intermediate in...
The current Locale -> Country letter method could possibly be used in reverse: take a two letter country code (`de` or `zw`), then look up the Locale based on the...
Yep - I think adding as part of the connect cycle would have low impact and increase usability. In a semi-closed environment, one (custom directory) server could be upgraded and...
Many organisations will have a restrictive firewall. It may only allow internal systems access to external port 80 and 443 and further filter those by domain. They'll be running Jamulus...
> Just need to fetch https://api.github.com/repos/jamulussoftware/jamulus/releases/latest and then check the `name` property. Would need to translate between `r3_7_0` and `3.7.0` See https://github.com/jamulussoftware/jamulus/issues/370#issuecomment-653859296 :)