mdavidsaver

Results 268 comments of mdavidsaver

I've bumped into this issue as well. The doc comment for `processIncomingPacket()` describes `unit=` as: https://github.com/riptideio/pymodbus/blob/731b080df0d277f0c6c32c949667a24a69a6bd7b/pymodbus/framer/rtu_framer.py#L219-L220 This matches what is (I think) happening with a synchronous client, where `unit=request.unit_id`. https://github.com/riptideio/pymodbus/blob/731b080df0d277f0c6c32c949667a24a69a6bd7b/pymodbus/transaction.py#L208-L210...

@totaam I hope you did not spent too much time puzzling over my changes to `exec_auth.py`. I should have mentioned earlier. Based on your previous comment https://github.com/Xpra-org/xpra/pull/3471#issuecomment-1047013474 I am planning...

> `sub` stands for? I got the idea for this for this PR from the NGINX "sub-request" feature. I guess "sub" in that while handling one HTTP request, a second/subordinate...

The time, when available, is already being formatted[1]. At least the seconds part. Including the fraction part would take some effort. The Lua [`os.date()`](https://www.lua.org/pil/22.1.html) does not seem to understand fractional...

I'm not planning to work on this immediately. If someone else is inclined to do, please make a note here.

As an exercise to explore bpftrace, I translated one of my favorite systemtap [scripts](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/systemtap_beginners_guide/futexcontentionsect). This [turns out](https://github.com/mdavidsaver/ltrace/blob/master/futexs.bt) to be quick and easy. The only noticeable difference is when printing the...

I have run into this same issue with an [i7-1250U](https://www.intel.com/content/www/us/en/products/sku/226454/intel-core-i71250u-processor-12m-cache-up-to-4-70-ghz/specifications.html). At least I found this ticket before creating a duplicate. Pinning to core 0 seems a sufficient workaround. With intel-microcode...

Updated `test/pva-tls.pcapng.gz` with a session using client certificate and intermediate CA.

I have confirmed that the make 4.4.1 from [chocolatey.org](https://community.chocolatey.org/packages/make) works correctly with `-Otarget`.

At this point, all I can say is that it behaves differently than the build served from [chocolatey.org](https://community.chocolatey.org/packages/make). At least when executed on a github actions windows image. Apparently [that...