Results 83 issues of Sciss

```scala import java.util.Locale val fmt = new java.text.SimpleDateFormat("[d MMM yyyy, HH:mm''ss.SSS] 'AudioFile' ", Locale.US) fmt.format(new java.util.Date) ``` This throws `NotImplementedError` (`???`). Goes away when I remove the escaped fragment `'AudioFile'`....

## Question I am getting a SSL handshake_failure exception when trying to access the freesound.org API. This only happens when I run my application packaged with Adoptium/Temurin 17, but not...

I'm working on locally published `SNAPSHOT` minor version of a library, that when I use it in the target (local) project, produces new assembly errors, basically like this: ``` [info]...