Hi, was fiddling around with Gleam's OTP library and still have only a somewhat coarse grasp of it but would selfishly like to enable and/or facilitate some behaviour. For example, adding one_for_one and one_for_all restart strategies, and an easier way to get a list of children/subjects.
Is this something the core team would be comfortable to entertain and are there prior discussions / any pointers on where to start best? Based on this comment, I assume at least a partial yes .
I think we likely need to supervisors that implement all the different strategies, and possibly some other patterns that may be useful given Gleam OTP's lack of process naming.)