-
Theoretically this should do the job:
```
private def treeUrl = baseUrl.collect {
case TreeUrl(url) => url
case ProjectUrl(url) => url + "/tree/master"
case _ => …
-
```
Caused by: scala.ScalaReflectionException: class Ctx is an inner class, use reflectClass on an InstanceMirror to obtain its ClassMirror
at scala.reflect.runtime.JavaMirrors$JavaMirror.scala$ref…
-
1. When we try to port code which was completely legit in fastparse 1, like
```
def adt[_: P](sep: P[Unit]): P[AlgebraicType] = P(adtMember.rep(min = 1, sep = sep))
```
we are getting odd c…
-
~/showroom# python3 showroom.py --all
Show (S)chedule, Show (D)ownloads, Show (L)inks, (Q)uit
Current Time is 22:23
Watching Imamura Mitsuki's Showroom
Watching Fukuda Akari's Showroom
Watching T…
-
```
[error] /work/izumi-r2/distage/distage-roles/src/main/scala/com/github/pshirshov/izumi/distage/roles/impl/ScoptRoleApp.scala:28:61: value defaultApplication is not a member of object com.typesafe…
-
This #221 is generally fixed, but requires the user to inject path prefix into DI context as well – prefix type is counted as a dependency. This should be documented
-
Those non-SNAPSHOT commit hash versions are considered "stable" by Sonatype, not snapshots.
Hence, these artifacts need to go through the correct release procedure.
Here is the workflow with the s…
-
```ruby
JpMunicipility::Municipality.find("465291")
# => # {
:code => "465291",
:prefecture_code => "46",
:name => "喜界町",
:kana => "キカイチョウ",
…
-
We want it to:
1. Model protocol errors, exceptions and results
2. Covariance on error and exception branches
...
`EitherT` isn't covariant
Related: #211
Dirty prototype: https://gith…
-
From a couple of versions ago, I noticed that the game doesn't request some ranked map's scoreboard.
It doesn't seem to be a session bug or something like that, but it only happens with some specific…