Results 24 issues of David Francoeur

Thanks for decline, it's truly amazing. We use it as part of a few of our applications and I just realized that when using `CommandApp`, if the parsing fails, we...

backwards incompatible

JS implementation from: https://github.com/alexarchambault/case-app/blob/d1da1ac55e97ce49748b84b2a99aecbb2d8452cd/core/js/src/main/scala/caseapp/core/app/PlatformUtil.scala

breaking

Address #962 This is a protection to avoid invalid entries from creeping into the SymbolTable loading process. When this happens, we get a pretty bad error that looks like: `error:...

Currently, we can't define a `def a: Task[String] = ???` and use that to call the `run` command from the `JavaModule`. See the minimal repo: ```scala import mill._ import mill.scalalib._...

next-major

Previously, we've had code like that: ```kotlin metadata thing = [ { value: ActorId, }, { value: examples.movies#ActorId, } ] namespace examples.movies string ActorId string MovieId ``` And it was...

documentation

Use case: given a `Request[F]` in a `HttpRoutes[F]`, be able to create a new _complete_ `Uri`. For example, if a from `curl http://some-host:8080/some-path`, I'd like to be able to do...

I think we can spend some time and improve this. - recently adding mill module + 95s - sbt test takes +4m - some part of runtime of test may...

The other problem mentioned in the original issue is already resolved: Fixes https://github.com/bkirwi/decline/issues/504

The configuration [for pull requests grouping](https://github.com/scala-steward-org/scala-steward/blob/main/docs/repo-specific-configuration.md?plain=1#L67) states that the name will be used as an identifier for things like the `branch` created to host the changes. Unfortunately, some characters, like...