Sébastien Varlet
Sébastien Varlet
Hi, I see that `Isolate.spawn(...)` enables naming the isolate for debug and tooling purposes: https://api.dart.dev/stable/2.17.0/dart-isolate/Isolate/spawn.html Is this also possible when we use this package?
Hi, Thanks for this great tool, I'm sure it will be useful in a training as these concepts are often not known, and incorrect old-fashion assumptions are still the norm....
## 🐛 Bug report I want to remove a property at the root of an object. ### Current Behavior ```typescript import { pipe } from "fp-ts/function"; import { remove }...