Antony Male
Antony Male
Currently, there's no distinction between "Hello, I need to send this message but I'm intending to close the connection straight afterwards because I don't know you, or because I have...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior This is a fun one. When you call `IYubiKeyDevice.SetEnabledUsbCapabilities`, the device...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior When using PIV, for example `PivSession.Sign`, the `KeyCollector` will never be...
### Discussed in https://github.com/nathanmarlor/foxess_modbus/discussions/873 Originally posted by **bergblume** July 22, 2025 Hi, eventhough I cannot (yet) use this nice plugin, I would like to start with a big thank you...
Hi, I have the following static inline C function (from the ARM CMSIS): ```c __STATIC_INLINE void NVIC_DecodePriority (uint32_t Priority, uint32_t PriorityGroup, uint32_t* const pPreemptPriority, uint32_t* const pSubPriority) { *pPreemptPriority =...
'time.time()' uses the system clock, which can jump forwards and backwards, e.g. because the device syncs with a time server. 'time.monotonic()' is stable and will not jump. My specific problem...