Peter L Jones
Peter L Jones
> Fixed as I added a Vim comment at the end of the file a while ago. GitHub now handles it correctly. Prior to r3_9_1rc1, so dropping from 3.10.0.
Note that the GNU General Public Licence usage page has an explanation of best to copyright files with multiple authors. We should at least reference the text given there in...
If this is simple, we might as well try to resolve it in 3.11.0.
@ann0see I'm happy to pick this one up, unless you're planning to?
`latencyMode` appears not to exist: ``` $ grep latencyMode android/*.* src/*.* $ ``` `iOboeBufferSizeMono` appears not to exist: ``` $ grep iOboeBufferSizeMono android/*.* src/*.* $ ``` Where on Github do...
Given anyone can enable Codacity against Jamulus, I don't understand how there is any security benefit in not running the tool on each commit and reporting the findings as part...
That doesn't answer my point. If _anyone_ can use Codacity to expose flaws in Jamulus, should the Jamulus **team** not take on _responsibility_ by having the reports delivered to the...
I'm hoping this is a fairly easy fix - just remove the check that currently prevents the fields being displayed.
(Noting that's only to allow the selectors to display -- not to make them display anything useful. That would be a separate change to keep this one focussed.)
Yes - for that, all that's needed is allowing the selectors to display. Once displayed, they'll have their functionality enabled, I believe.