Mark
Mark
Could scala-steward work with BSP? This would enable maybe support for Bazel aswell?
While exploring if BSP could be an interesting add to scala-steward @fthomas found out it's not supported https://github.com/scala-steward-org/scala-steward/issues/2640#issuecomment-1176184012
I've used shapeless' hlist's to build up product types as seen here: https://github.com/Fristi/endpoints-proto/blob/master/algebra/src/main/scala/itinere/Tupler.scala. Advantages: - No 22 tuple limit - We can use the `Generic` machinery of shapeless to map...
## Context For scala-steward we are exploring the possibility to talk BSP. Scala-steward needs the resolvers to discover which dependencies need to be updated, but this is not supported in...
In our ZIO 2 code we use this pattern a lot ```scala ZIO.serviceWithZIO[SttpBackend[Task, Any]](_.send(...)) ``` Would be nice if there is shortcut like `Sttp.send` orsomething?
### Description The domain of the urls in emails is set to the same domain the admin console is accessed by. Allow to override this by an configuration option in...
At the moment the equalTo of smart assertions [uses](https://github.com/zio/zio/blob/ffa64250e82c41df4d15eda9851ada46285d1527/test/shared/src/main/scala/zio/test/internal/SmartAssertions.scala#L280) the `Diff` mechanism, however the classic assertion does [not](https://github.com/zio/zio/blob/ffa64250e82c41df4d15eda9851ada46285d1527/test/shared/src/main/scala-2.13/zio/test/AssertionVariants.scala#L68) Also, the rendering of the `Diff` seems to happen in the assertion,...
AssemblyScript is a TypeScript-like language which compiles to WASM. I think it looks nice and easy to pickup so for existing devs to start writing WASM modules which could be...
I have a `wit` directory with multiple worlds defined in it. Each world consists of a composition of import statements, which import interfaces. Now in my host code (Rust) I...