Gunnar Lilleaasen
Gunnar Lilleaasen
This has been here for some weeks now, anything missing to have it merged?
Does this mean that this PR won't be merged into this repo now?
What's the status on this?
So, it seems to not like it when you start the directory path with a drive letter, and it seems to not like that the file is called `bloop-coursier.json`. When...
The approach with marker trait seems less "magical" than the special import syntax, so it would be easier to understand and make the getting started experience better for new users.
I assume the rest of the aliases suffer from the same underlying problem, but whether it manifests itself all depends on how the aliases are used in the different code...
Seems the issue is related to importing both `catz._` and `catz.core._`, which causes it to import the same instances twice. It's not obvious that this would cause double import issues,...
Is there a case where you'd ever want to import just `catz.core._` (where importing `catz._` instead would actually be problematic)?
Best would be to have one import that could ensure that it didn't rely on `cats-effect` unless it's really necessary, so that if you only have `cats-core` and do `import...
Hopefully it will be possible to get a configurable derivation in `circe-core` that does not depend on `given`s in Scala 3. My suggestion is to implement the derivation in forms...