Greg Pfeil
Greg Pfeil
So, I agree with getting this merged into the official unison repo, and it would also be nice to have it on FlakeHub. However, [FlakeHub doesn’t currently support IFD](DeterminateSystems/flakehub-push#69), which...
Ah! That might be the _actual_ problem – not that the leading component is dropped, but that RPMs and DEBs always get 1.0.
Yes, too bad you can’t `@SuppressWarnings` on Scalac’s own warnings …
I would expect `fa` to be evaluated – I currently manually define the Ops class in this case, so that it looks like ```scala def merge[B](fb: => F[B]): Option[F[(A, B)]]...
I don’t know if it shows up when other people view the PR, but my fork implicitly runs [garnix CI](https://garnix.io/), and it looks like [some of the Nix packages aren’t...
Just to expand this a bit, for a newbie like myself – is this about having a document that is linked to from the GitHub issue template to encourage reporters...
I just put up #4922, which does this for Eglot instead of lsp-mode. Mostly because it’s simpler.
The output I get a year later is a little different: ``` lucky-marmot/main> find List.map ☝️ I couldn't find matches in this namespace, searching in 'lib'... 1. lib.base.data.List.map : (a...
Ok, cool. That fixed it. PR incoming, depending on how much that `Functor HashQualified` instance is used …
> @sellout Apart from the `Functor` issue (we can delete it if it's invalid; converting a `HashQualified` into a `NameOnly` would also violate the Functor identity law, wouldn't it?) You’re...