Katharina Bogad

Results 25 comments of Katharina Bogad

It's planned. See [tasks.md](../blob/master/tasks.md#multilanguage-support).

So... I am still affected by this. I don't know the actual problem yet, however it seems to fail to close the handle to the cab correctly after writing: ```...

FWIW, I think the problem is this call https://github.com/activescott/lessmsi/blob/master/src/LessMsi.Core/Msi/Wixtracts.cs#L386 resulting in this handle being allocated https://github.com/activescott/libmspack4n/blob/master/libmspack4n/MSCabinet.cs#L44 but not properly closed. I have no further Idea what is going on as...

*bump* As it currently stands, scapy has done [all the legwork](https://github.com/secdev/scapy/blob/master/scapy/arch/pcapdnet.py); with scapy it would just boil down to something like the code posted in [this stackoverflow answer](https://stackoverflow.com/a/53681616). Still, scapy...

This looks to me like a problem with the process monitor (see the "Bind failed" message). Did you figure it out eventually or is it still a problem? The process...

On second thought, I think it'd be better to merge these independently as I don't have a timeline on when I have more code to share.

I'll also understand that this will probably create some merge conflicts with #624. At the moment though my goal is to move code, not to edit it, so these should...

On further consideration, it seems to me that many options will simply be unnecessary in the first place once the pipeline is dynamic and pluggable. Take for example this excerpt:...

Yes, that is the way CallbackMonitor works. It's post_send callback always returns true (i.e. no failure detected), it just logs exceptions. I don't remember exactly why I implemented it this...

My current plan regarding the restart methods is to try them in a row until one of them reports "restart successful". Most callbacks are integrated in the monitor infrastructure with...