Fabio Labella

Results 14 issues of Fabio Labella

There is a problem with Topic (and I suspect with Signal as well), probably due to how CPU intensive Set comparison is. One of my teams had problems where reasonably...

This issue sounds somewhat familiar, and apologies if I forgot the exact discussion, however I stumbled on it in the wild in the context of https://github.com/typelevel/fs2/pull/2895 and found it pretty...

:beetle: bug

I feel like some of the internal machinery inside Supervisor would be quite useful to expose in its external interface too. The current api has the advantage of mimicking the...

Apologies because this really should be a PR. The certificates.md doc isn't published because en.json and sidebars.json don't include it. I'll see if I can fix it but time constraints...

Fixes #1459 I had originally started with a direct port of cats-retry, but since then I've changed the design significantly enough to warrant a proper review of the api before...

:mushroom: enhancement

This issue sounds somewhat familiar, and apologies if I forgot the exact discussion, however I stumbled on it in the wild in the context of https://github.com/typelevel/fs2/pull/2895 and found it pretty...

I'm not sure whether I'm doing something unsupported, but the behaviour I'm seeing is very weird. I run from trunk at 172490ab0b. Add this doc to a new project: ````...

``` foo = [1, 2, 3] |> indexed I found and typechecked these definitions in ~/projects/unison/scratch.u. If you do an `add` or `update`, here's how your codebase would change: ⍟...

pretty-printer

Originally reported by @kamilkloch , I've done some minimisation. Reproduced in fs2 3.4.0, it seemed to work correctly on 3.0.2 (which I happened to have at hand). @Jasper-M points to...

bug