Kristian Nedrevold

Results 19 issues of Kristian Nedrevold

Projects like Flyway and Liquibase enable schema creation and migration. They are however not multiplatform. It would be nice it Skunk provided a form of migration tooling. I don't think...

### Describe the bug When trying to import the build after running setup-ide with [bleep](https://bleep.build/docs/) it fails to import the project with the following stacktrace ```shell 2024.04.25 12:32:25 INFO Attempting...

The generated code will now cause the Scala 3.4.x compiler to emit the warning: ```shell [warn] 36 | private[this] def argEscape(k: String, v: String): String = Query.apply((k, Some(v))).toString [warn] |...

When running a bleep build without specifying a JVM we get the warning "📙 Your build uses the default system JVM, which can change outside the build. For stable builds...

Languages like python provide really fast and simple ways to perform most operations, which lends itself very well to scripting. I think that Scala fails at this, while it's better...

Hi. I'm having some strange errors similar to what has been reported in this react vite plugin https://github.com/vitejs/vite/issues/5438. I'm not confident that it's not me doing something wrong though. scalajs...

### Describe the use-case for this feature As it is now it is not possible to do the sbt equivalent of fullLinkJS/fastLinkJS in sbt when integrating with BSP + bloop....

this is fixed here: https://github.com/typelevel/scalac-options/pull/131 I am not entirely sure how the bleep sbt-tpolecat (or rather liberated plugins) interaction works. In any case the strict flag is blocked on 3.5.0...

Waiting for: https://github.com/scala-cli/bloop-core/pull/167 + release Creating this PR before the change in bloop-core is merged to get some feedback on the way I have handled this for the bleep.yaml schema....

Currently when running bleep build update-deps it will update from non-milestone to milestone (possibly also RC?). In almost all cases this is not wanted behaviour. The default should be to...