Will Marella
Will Marella
I think that would be pretty neat. I'm gonna take a look and see what might be feasible
> I think that would be pretty neat. I'm gonna take a look and see what might be feasible It's very feasible. Working on implementing this.
> > I think that would be pretty neat. I'm gonna take a look and see what might be feasible > > It's very feasible. Working on implementing this. I...
@rekram1-node I've implemented source attribution for debug config - it shows where each value comes from in a _sources object. The merge process doesn't track sources, so I retraced config...
> @will-marella This should probably include a check similar to `!part.synthetic && !part.ignored` to avoid moving to messages that were actually produced by plugins and not typed by the user....
Rebased on latest dev and addressed all code review feedback: Typed dialog parameter with ReturnType Used non-mutating reverse with spread operator Refactored to guard clause pattern to deduplicate dialog.clear() while...