Stefan Zabka

Results 206 comments of Stefan Zabka

Hey @bkrumnow, Thanks for responding so quickly and so thoroughly. I am in absolutely no rush to get this merged. I just got a little excited that it finally type...

> RuntimeError: No status update from the storage controller process for 4859 seconds. This implies that the following code has not been running for more than an hour, which is...

Definitely shouldn't be the default! For rustup they note [here](https://blog.rust-lang.org/2022/07/11/Rustup-1.25.0.html#whats-new-in-rustup-1250) and I think in some other blog post as well, that having high startup time in this proxy can significantly...

That's curious as I've primarily seen broken sockets when talking to the WebExtension after the browser has closed down. Having that happen in the communication between TaskManager and StorageController is...

Hey @palmeida, thanks for investigating this. My first thought would be to use [searchfox](https://searchfox.org/) and paste each pref string in there. This should give you an idea whether the pref...

Thank you for putting time into this! Don't stress too much about reimplementing the functionality that has been lost over time. Cleaning up and documenting what needs to be reimplemented...

@palmeida Hey, do you have any WIP branch that I could pick up? I might have some time for the next couple of weeks, and might do this.

@bkrumnow as this is finally building, iirc you had you had a detection website for the current version of the JSInstrument. Could you share that again, so I can turn...

The process definition Id is known at the time of constructing the inbound connector, isn't it? Because we are parsing the Process Definition to extract the inbound connector definitions. So...

> What I understand from the issue is that you'd like to hide a field in case if a defined field has =false value. Is that correct? Yes :) Because...