Anton Sviridov

Results 177 issues of Anton Sviridov

### Describe the bug ![2022-09-23 09 24 47](https://user-images.githubusercontent.com/1052965/191920536-bd20f0b2-58c0-4c3c-95fc-683a87dcb0d2.gif) As you can see private classes from the implementation are pulled in. ### Expected behavior I was going to say "do what...

### Describe the bug Say you have a Scala CLI file like this (BSP doesn't matter, I originally spotted it in SBT project way back): ```scala //> using scala "3.2.0"...

bug
semanticdb

### Describe the bug Not sure if it's a Metals or Scala 3 bug, but even though the precise type of the extension method is known, it returns generic type...

Scala 3
presentation-compiler

See https://github.com/http4s/http4s/issues/6655 as well In light of recent events, folks might start looking for Akka Streams alternatives, so a guide with key differences and example rewrites could be helpful.

documentation

How'd you like them buzzwords. Scala 3.2 added an experimental support for custom `@main` annotations, see here: https://dotty.epfl.ch/docs/reference/experimental/main-annotation.html# It would be excellent to experiment with a `@ioMain` annotation (or even...

:mushroom: enhancement
🥺 help wanted

Enacting The Big Wipe. This branch will keep the cross-publishing we currently have in master, and from it we will be releasing both 0.6.x and 0.7 patch versions for critical...

Not sure if it pops up more often because we're going through more SS updates or what. ``` [info] weaver.framework.test.MemoisedResourceTests [error] - Memoised resources should be: 1s [error] * lazily...

Weaver's commitment to talking in terms of CE's primitives is a very powerful idea, meaning that a lot of interesting things can be implemented without ever hooking into the framework's...

Now that both CE and Monix have/will have async tracing, we can take a look at handling it in a similar way we do with stack traces

Let's say you define your smithy ops as mounted at root: ```scala @http(method: "POST", uri: "/{name}", code: 200) ``` If you then build the routes using `val routes = SimpleRestJsonBuilder.routes(...).resource`,...