ronanM
ronanM
`Features and limitations` is confusing. Separate `Features` and `Limitations` would be better.
Do you plan to release a version for Scala `2.12.x` ?
Add the possibility to view all files of a dir tree (recursively). Like in `XnViewMP`, `Lightroom`, etc.
"append" an absolute child is error prone, and not consistent with `Bash`. ``` scala import better.files._ import better.files.File.home val bashrc = home / ".bashrc" // --> /home/user/.bashrc val bashrcBak =...
I've a compile error with PlayJson macro and `cats.data.Newtype`. More details and a reproducible failing snippet here: https://github.com/typelevel/cats/issues/2582
- `Set.contains(value)`is **O(1)**. - `alleycats.std.SetInstances.alleyCatsSetTraverse.contains_(value)` is in worst case **O(n)**.
It seems that the artefacts are not reachable any more: ``` [error] unauthorized: https://artifactory.mediamath.com/artifactory/libs-release-global/com/mediamath/scala-json_native0.3_2.11/1.1/scala-json_native0.3_2.11-1.1.pom (Artifactory Realm) ```