Drew Peterson

Results 7 issues of Drew Peterson

Since the 1.5.3 update, I'm now receiving a NewMessage event from the ImapClient while idling, even though there are no new messages. I'm receiving this almost exactly 5 minutes after...

After the changes to the IDLE code, the IdleResumeCommand function in ImapClient is throwing exceptions on some operations (like MoveMessage). This seems to be because that code is catching the...

I see that the .Net 4.0 build was disabled last year, is it possible to bring that back?

Any ideas on how to accomplish this with pyreshark? https://www.wireshark.org/docs/wsdg_html_chunked/ChDissectReassemble.html#TcpDissectPdus Not sure if I'm missing something obvious or not.

Has anyone compared the performance of pyreshark to Lua when doing something more complicated than just field items? I know the PyFunctionItem callbacks will be slower, particularly when unpacking packets,...

The HttpRequestMessageHandler sample relies on `LogicalThreadStorage` which no longer accepts a factory method in its constructor to create `Value` per-thread. The sample should be updated to include a null-check and...

The bash version of gitflow does not allow hotfixes (and I'm guessing features and releases) to be finished while there are uncommitted changes. I feel that's an important safety net...