Myroslav
Myroslav
Copied from https://github.com/multiformats/java-multibase/pull/14 with small changes. This pull request is also related to the issue #703.
Here are some examples of invalid inputs that are accepted and "decoded" into byte arrays. Needless to say, encoding the byte array back using the same codec does not yield...
This is the first [version that supports](https://docs.gradle.org/current/userguide/compatibility.html) Java 11.
The self-closed `p` tag causes errors during Javadoc generation, and it doesn't make sense from the semantic point of view. The single `p` tag without the corresponding closing tag seems...
Consider a class `A` that has a field `b` of type `List`. The type `C`, in turn, has a large number of fields `c1`, `c2`, `c3`,..., but two `C` objects...
# Checklist - [x] I have filed an issue about this change and discussed potential changes with the maintainers. - [ ] I have received the approval from the maintainers...
Scala allows multiple [package declarations](https://docs.scala-lang.org/tour/packages-and-imports.html) in the same file. In the following example, the full name of the class is going to be `foo.bar.Baz`: ```scala package foo package bar class...
### Environment details ``` $ bloop about bloop v1.4.3 Using Scala v2.12.8 and Zinc v1.3.0-M4+45-d4354be3 Running on Java JDK v11.0.6 (~/.sdkman/candidates/java/11.0.6.hs-adpt) -> Supports debugging user code, Java Debug Interface (JDI)...
Here's an idea for a new feature. The [pack saddle](https://en.wikipedia.org/wiki/Pack_saddle) should be a special container that can be applied to a rideable pet in place of the normal saddle. When...
Due to the nature of `flatMap` on `scala.util.Try`, and the way [`mercator.CollOps.sequence`](https://github.com/propensive/mercator/blob/fury/src/core/mercator.scala#L44) is [used](https://github.com/propensive/fury/blob/master/src/repo/repo.scala#L129) in the method `fury.RepoCli.pull(Context)`, failure to pull any single repository from a list results in other...