axaluss

Results 20 issues of axaluss

I disabled "Check commit on remote". The copy link action is still taking too long.

### Expected vs Actual Behaviour It should show the Cyclomatic Complexity at least in the class details tab (where the method stats are shown). Instead it does not show the...

this won't work: `mill path "my_prj[2.11].publish --release false --sonatypeCreds 'username:pw' --signed false" --dest foobar` it fails with `path Missing argument: (--sonatypeCreds: String)` mill plan ... does not work either

i imagine a game server for just simulating the game and all deployed bots. the game visualization takes place at authorized clients. Also the whole client setup could be simplified...

**Is your feature request related to a problem? Please describe.** Oftentimes when looking at logs, important information is contained in the lines around stuff I grepped, but not in the...

I am working with dozens of repos and each has a different default brach. Common default branches: - develop - main - master Git link frequently bails figuring out the...

``` scalaJSLinkerConfig ~= { _.withESFeatures(_.withESVersion(ESVersion.ES2020)) } ThisBuild / scalaVersion := "2.13.11" "dev.optics" %%% "monocle-core" % "3.2.0", "dev.optics" %%% "monocle-macro" % "3.2.0" ``` i'm running this scalatest scala.js test from intellij:...

more info

how can I tell mill to use a specific java version to compile/run the code/itself? I have many different projects with many java versions.

workaround-available

have a quick action to move the task to tomorrow/next week/next month/pick a date.

atm rollover tasks only considers the previous day. I think it would be safer to check multiple configurable days (in case I forgot to rollover, was afk for the weekend...