Julien Jean Paul Sirocchi
Julien Jean Paul Sirocchi
This PR adds the ability to filter out the indices that are completed from those that aren't. For our usecases this helps reducing the sheer number of pages we need...
When dealing with case class like scenario, `Generic` product derivation seems to work fine but coproduct derivation complains about the case class like case. E.g. ```scala scala> :paste // Entering...
`code-assert` is using `checkstyle:6.19` that pulls in `commons-beanutils:1.9.2`, which is subject to [CVE-2019-10086](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10086) (see also [here](https://snyk.io/vuln/SNYK-JAVA-COMMONSBEANUTILS-460111)). While [this](https://github.com/nidi3/code-assert/pull/39) addresses the issue in `code-assert`, I believe this dependency should not be...
Hi, according to [ISO 8601 Time offset from UTC](https://en.wikipedia.org/wiki/ISO_8601#Time_offsets_from_UTC) offsets should be expressible, for example, as "+03", "+03:00" and "+0300". However, the last case is not handled correctly, at least...
`sbt --supershell=false` or it will incur in https://github.com/sbt/sbt/issues/5063 (thanks @barambani for finding this out) However: - [ ] issuing `quit` does not terminate connection client-side (always been the case, not...
At a minimum tests for `PublishP`, `ServerP`, `SetP`, `SortedSetP`, `StringP` and `TransactionP`
For example - https://github.com/laserdisc-io/laserdisc/blob/d530ae7d5fbb83b77ae7d6918ba812f2fee06104/core/src/main/scala/laserdisc/protocol/KeyP.scala#L202 - https://github.com/laserdisc-io/laserdisc/blob/d530ae7d5fbb83b77ae7d6918ba812f2fee06104/core/src/main/scala/laserdisc/protocol/StringP.scala#L94 - ...