Mickey Donaghy

Results 9 comments of Mickey Donaghy

Overriding the `executionContext` seems to work. I avoid ScalaTest as much as possible myself TBH, I don't know what's considered idiomatic there.

Sounds reasonable to me.

Well, I'm not too concerned about the details of how it's implemented, but `mapN` is an important API that ought to have scaladoc available *somehow*.

It might be possible to express it in terms of `FunctorK`, and then provide an instance of `FunctorK[Stream[?, A]]` in some downstream module (which is probably a good idea anyway)?...

Hi, I took a look at this and I think I can see a cleaner way to do it, which passes this test while clearing the context on exit. Essentially:...

I guess technically we should only restore the context on a successful return from restore (i.e. if this thread won the race to take over this fiber's run loop), but...

Appreciate there were a number of failures that were my fault, but I can't understand the latest one (native linking failure) - what's the issue here?

It wasn't a particularly thought-through choice, just the type I reached for. For my specific use case a type that expresses that it's always non-empty is helpful, but happy to...

Is there any hope or way forward for this? I have a project that works fine if I manually configure `Xplugin` with the path to kind-projector, but it would be...