Thraidh
Thraidh
Apparently this is a problem with Android 11 as it affects other media players too. See here: https://support.google.com/pixelphone/thread/70342792?hl=en Known symptoms are: - no player controls on lockscreen - no episode...
The problem seems to have been fixed somewhat fixed with the latest updates at least on my Pixel 4a. Remaining problems: - no episode picture on lockscreen background - player...
I've done my fair share of language design and I second bjansen's statement. Dynamically adding new syntax or operators with configurable precedence does not work with ANTLR 3 or 4.
I do, so I assume there are others.
There is https://github.com/sherter/google-java-format-gradle-plugin, which does not seem to be configurable. The generated Java files seem to adhere at least the indentation style, though. Alternatively you could adopt https://editorconfig.org/, which is...
According to a shapes unlocker script found on the internet, it seems that the key number is N-13, if N does not work. Using the FileHeader.cs conventions the unlocker script...
Made some preliminary plans and it seems, a refactoring for `IExporter` is needed. Today it is very much geared towards exporting single `obj`s and the logic to convert the `I3D`...
In theory I agree, but practically every exporter might define its own program options and use them accordingly. My idea would be that every exporter can define options, that are...
Apparently `commandline` doesn't work the way I thought it would, so I need to rethink.
I think I'm on a good path to understand your intention with the Lib and the App. Initially I thought it would be a good idea to let each exporter...