Dominik Dorn
Dominik Dorn
The use case I have is (simplified) a long running "calculation".. currently, there are various situation when such a calculation should get interrupted and depending on the "cause" of the...
hmm.. I never looked at a calculation in the sense of a `resource` .. I'll explore that - thx!
Just tried to make a PR but running into a few problems: 1.) `.sbtOpts` contains ``` --J-XX:+CMSClassUnloadingEnabled ``` which does not work on jdk21, is this necessary for something? 2.)...
//cc @plokhotnyuk do you see something obvious here? `in.readInt()` is typed `Int`, so the macro call `SolutionType.make` should already know that its an `Int` ? If I don't do the...
the `make` method is defined as this: ```scala def make(value: A): Validation[String, Type] = macro zio.prelude.Macros.make_impl[A, Type] ``` which continues like this: ```scala def make_impl[A, T](value: c.Expr[A]): c.Tree = {...
any updates on this?
as for context, one example: We have a `case class Timestamp(value: Long)` class that in some services / for some calls has to be serialized as millis-since-epoch, in others as...
whats preventing this from being merged?
this issue is more than 12 years old.. i couldnt care less.. please close.
what's blocking this PR? I have the same issue. If an announcement is opened through the dashboard widget, the comments link does nothing / does not work.