Tomasz Lipinski

Results 2 issues of Tomasz Lipinski

Akka HTTP docs regarding [HTTPS](http://doc.akka.io/docs/akka-http/10.0.9/scala/http/client-side/client-https-support.html#ssl-config) point to [ssl-config documentation](http://typesafehub.github.io/ssl-config/WSQuickStart.html#point-the-trust-manager-at-the-pem-file) where example config is ``` ssl-config.ssl { trustManager = { ... } } ``` The `.ssl` part is invalid and should...

status:backlog

**Describe the bug** After migrating Metals from 1.9.x to 1.10.x there's a change in the way how adding imports is handled. There's no longer `import` statement added but class names...