Daniel Beskin
Daniel Beskin
The `sleep` value calculated by the `jitter` is now being used in `Delay`.
Hi, Is it possible to make the set of characters that get percent encoded in a URI's query, configurable? Specifically, I have a percent encoded URL like the following: ```...
Resolves #649
Hi, It seems that distage-testkit doesn't adopt vanilla Scalatest's behavior when nesting `should`/`must`/`can` verbs and omits some information when nesting. For example, consider the following test: ```scala "a" should {...
Hi, **Library version**: 0.7.1 **Expected behavior**: Fields in the `IpLocation` class should never be `null`. **Actual behavior**: (At least) the `IpLocation.countryCode` field can sometimes be `null`. **Steps to reproduce**: The...
Hi, Continuing from wartremover/wartremover#548, is it possible to publish `1.3.8` to the latest Scala versions as well (2.12.15/2.13.6) as well as 2.12.14 (SBT's version)? Thanks
### Describe the bug Hello, I'm trying to connect to a database via JDBC in a macro, for, um, educational purposes. I then want to use `Selectable` to reflect the...