Przemysław Sokół
Przemysław Sokół
Sure, no problem! I will prepare a pull request for that
I've just taken a look at it. `webpage.render()` fails to create a webpage screenshot every time its width or height exceeds 32767 pixels. It seems that's a canvas limitation and...
I have recently created a fork of `hmrc/sbt-git-stamp` plugin: https://github.com/nescale/sbt-git-stamp It's available on Maven Central. You can switch to it by adding the following to the `project/plugins.sbt` file: ```sbt addSbtPlugin("com.nescale"...
Thanks. I've tried `set ThisBuild / scalafixOnCompile := false` (we don't use `scalafixOnCompile := true`), but the issue still remains, unfortunately. Also, we've got a bunch of plugins in `project/plugins.sbt`...
I guess I will have that option enabled all the time in every session (in every `broot` run), so that's why I've chosen that term - configuration option. But if...
I'm not sure if that falls under what `/details` command could be used for, but it would be super useful to be able to control verbosity level in some way....