Louis Pilfold
Louis Pilfold
Sorry, to be clear I mean languages with very robust type systems like Gleam, so OCaml, Elm, Rust, etc. Go, Zig, and C# are statically typed, but their type systems...
I think a good way to approach this would be to implement some of these protocols and see what sort of code arises when doing it in Gleam. Once we've...
Good idea! Let's add a note to that post saying it was for a previous version, and a bunch of examples in the README would be good.
Thank you.
Sounds great!
With option 2 how does it restart the children when one dies?
Nope, the current supervisor implements the `rest_for_one` strategy. I think we likely need to supervisors that implement all the different strategies, and possibly some other patterns that may be useful...
I don't think we could safely restart any dynamically added children as the initial state that was used to create them is not controlled by the supervisor. Take a web...
Fab, thanks. Could we get these new requirements documented in the README? It would be fab to have it work with the application if possible, this is how I would...
Anyone have any ideas about what this might be?