Łukasz Wroński
Łukasz Wroński
Hi I would like to build bridge for Jsoniter and Sangria. I thought, it would be written similar to what was done for Circe [https://github.com/sangria-graphql/sangria-circe/blob/master/src/main/scala/sangria/marshalling/circe.scala](url) Could you like give me...
Hello, I have an issue with `bloop run`, that resource files are not copied to the classes directory. Using this source: ``` $ cat src/main/resources 1 2 3 4 $...
**Is your feature request related to a problem? Please describe.** Providing options for remote debugging of Scala CLI project. For now, contributors have to specify explicitly debug options in `forkArgs`...
**Is your feature request related to a problem? Please describe.** ScalaCLI accepts a lot of inputs for various functionalities. Some of them are not compatible with another one. For example,...
**Is your feature request related to a problem? Please describe.** Support for running initial commands for REPL **Describe the solution you'd like** Adding a flag to specify initial commands. It...
**Is your feature request related to a problem? Please describe.** For now, Scala CLI supports only `--resource-dir` flags, which allows specifying resources directory. It would be nice, if it will...
This PR adds support for actionable diagnostic from `scala-cli`. These are diagnostics that contain information that allows users to fix some configs/directives by `Quick Fix` actions in metals. For now,...
Fixed #366
It doesn't work both locally and in CI. #364 - https://github.com/build-server-protocol/build-server-protocol/actions/runs/3060715605/jobs/4939567455 #363 - https://github.com/build-server-protocol/build-server-protocol/actions/runs/3059228724/jobs/4995978992