Stefan Wachter

Results 8 comments of Stefan Wachter

Unidoc is not able to process sources with macro annotations. E.g. when the class ``` class ExtendSecureOrInsecureLoggers extends StaticAnnotation { inline def apply(defn: Any): Any = meta { ... }...

The compiler complains `@JSExport is forbidden on objects and classes.`

Thanks for the workaround. I use it in the adapter code generation of the ScalaTsPlugin. After this is fixed I would like to get rid of the workaround because it...

Thanks for the positive feedback. I consider that PR to be in draft. I would like to implement subscription cancellation using fiber interruption. However, something does not yet fit. A...

I think I found a bug in ZIO 2.0.0-RC6 (cf. [ZIO#6888](https://github.com/zio/zio/issues/6888)). That bug prevents that interruption works as expected. I changed the implementation slightly by replacing the use of `

I pushed your alternative implementation of `zioToPushlisher` and an alternative implementation of `streamToPublisher` to have a unified view of them. Some thoughts: * I think the new implementation is more...

This is definitly on my agenda. May take some time until I will tackle it, though