Péter Gömöri

Results 70 comments of Péter Gömöri

thanks for the feedback some pros for the simple location - consistency with erlfmt_scan which also returns a location only https://github.com/WhatsApp/erlfmt/blob/main/src/erlfmt_scan.erl#L73 (I don't know if an `end_location` makes sense at...

thanks for the feedback, I did not think of non-erlang nodes. The primary issue that I wanted to address is if the local node is a hidden node then all...

A connected node is listed among `nodes(hidden)` if either the local node or the remote node is hidden. Would it be an acceptable heuristic that if the current node is...

happy to hear that, I will update the PR accordingly wish you some sleep-full nights :)

there are some recent changes in net_kernel around hidden type which I made use of. Naming is bit inconsistent with `connection_type` and `publish_type` having the same values (but bit different...

ok, I will add the warning text (had to try to know it was a bad idea)

will this handy addition be included in 25.x as well?

indeed there is a bug when an autodelete condition is immediately satisfied, the parameters are not cleaned up. did not think this small change can have such side effect, good...

closing this as it results in `delete-after=never` (aka permanent) dynamic shovels and autodelete (aka transient) shovels behaving differently in case of an error at topology setup. The autodelete shovels would...

I think in most cases a `worker` child is incorrectly declared as a `supervisor` child so there are no grandchildren and it is safe to handle this process as a...