Philippus Baalman
Philippus Baalman
https://github.com/lampepfl/dotty/blob/main/docs/_docs/internals/syntax.md looks more up-to-date.
I think @mslinn is working on this? https://github.com/mslinn/scala-collections-charts/tree/2.13
Yes, I'm interested.
I added a test.
Following https://www.scala-lang.org/2021/01/12/configuring-and-suppressing-warnings.html, I've added the following in my project to suppress these warnings only for the location where I use pureconfig. ```Compile / scalacOptions += "-Wconf:site=my-package.Settings.*&cat=lint-byname-implicit:s",```
That's what I'm using in https://github.com/Philippus/pureconfig-javanet.
I'd say from the new book.
I've created a release from my fork: https://github.com/Philippus/base64 I'd recommend to just migrate to the Java 8 encoder available in `java.util.Base64` though.
This project has a BSD 3-Clause License, as can be seen in the https://github.com/salesforce-marketingcloud/FuelSDK-Java/blob/master/COPYING and in the `pom.xml` file
@SethTisue can we close this?