Results 333 comments of Randall Leeds

@AvnerCohen thank you for reporting this and for taking the time to link to other issues. Is 28994 the PID there of the arbiter?

There are some places where we call `shutdown` and `close` in the worker code. Should we change these to call this utility?

Never mind. I think we already do. I see a cleanup, potentially, but I'll investigate that after the merge.

Revisiting this old PR. It looks like we currently do `shutdown` only when an exception gets raised. I'm guessing that's to ensure that headers get sent. What's the expectation we...

With a package like exec-path-from-shell existing to fill this purpose, is it worth keeping this PATH setting in the formula? I spent hours the past couple days trying to figure...

I also fully recognize removing this injection might confuse a bunch of people just as badly as I was confused, but in the other direction. I also want to acknowledge...

Yeah, I think that's right. It's probably rare that anyone has the problem that I had, where an old PATH entry from compile time was causing a problem even with...

I even remember having to run the pbd commands in the past to get native comp working. How quickly I forgot.

Sorry, I missed your last question. I'm sorry I cannot remember the details anymore. It was rather obscure. Something to do with old shims from nvm installed in a non-standard...

I had eventually wanted to replace this highlighter with the [Highlight API](https://developer.mozilla.org/en-US/docs/Web/API/Highlight). I imagined that if we did this we might totally hide the fact that there are elements at...