Domantas Petrauskas
Domantas Petrauskas
Functionality like this would be really helpful for the feature I'm trying to do in my project. Of course it is possible to implement what I need without this change,...
sbt version - `1.6.1` In large enough project `dependencyBrowseTree` task will throw OOM exception. Looking at the implementation, the tree is transformed to JSON and the result is accumulated in...
I was thinking about how to integrate service discovery in endpoints4s clients. Typically they work by either fetching service URL together with a service call and maybe caching the lookup...
References https://github.com/endpoints4s/endpoints4s/issues/954.
Initially discussed in https://github.com/endpoints4s/endpoints4s/issues/944. It was decided that a `StreamedEntities` implementation which hides the implementation details of the streaming protocol is not ideal, so instead a new algebra for WebSocket...
Noticed after implementing https://github.com/tminglei/slick-pg/pull/516.
Since GitHub actions are free for open source, maybe it would make sense to migrate from Travis CI? Contributors would then have a more integrated experience. Also, it would be...
https://github.com/scala-steward-org/scala-steward/blob/main/docs/repo-specific-configuration.md -> `postUpdateHooks`. Command to run: `scala-cli run .github/docs`.
Currently `sbt test` runs both frontend and backend tests, there should be a way to run the tests in more granular fashion - separate tasks for frontend, backend and integration...
`--mutex` is not a valid argument in Yarn 2, current implementation does not allow users to exclude it, will be resolved with https://github.com/scalacenter/scalajs-bundler/pull/420. https://github.com/scalacenter/scalajs-bundler/blob/d083e6df3fe2ac795ae16ba69696039bf85f85a3/sbt-scalajs-bundler/src/main/scala/scalajsbundler/ExternalCommand.scala#L36