Dirk-Willem van Gulik
Dirk-Willem van Gulik
After fighting with some odd topic-corruption (in a const char* no less) -- I think that the calculation in this line: https://github.com/knolleary/pubsubclient/blob/2d228f2f862a95846c65a8518c79f48dfc8f188c/src/PubSubClient.cpp#L460 the length is a bit overoptimistic; as at...
**Describe the bug** Failing to build on OSX 15.3.2 @ arm **Expected behavior** Build **To Reproduce** Git clone; qmake6; make **Additional context** Simply setting the variables to just arm64 (retiring...
If you have a remote directory with a file that is not readable to the rsync process; it rightly provides a non-zero exit code with a: rsync: [sender] send_files failed...
After a nightly patch update by Apple/Sequoia 15.2 -- SSH gives the error: ``` error 13:37:52.111809+0100 kernel Library Validation failed: Rejecting '/usr/local/lib/opensc-pkcs11.so' (Team ID: HV34QDD5C6, platform: no) for process 'ssh-apple-pkcs11(96687)'...
When using plugins such as piwigo-videojs -- it appears that action.php is called by the browser with range-headers (and a connection keep alive) as to avoid fetching the entire video...
Currently only prompts based passwords are assumed for zfs encrypted volumes. One can work round this by doing a ZFS load from a file/USB stick or PKCS storage in the...
host level daemons (e.g local_unbound) cannot bind to specific IPs or interfaces of jails before these are started. They can be bound to for example lo0 -- but if this...
As digitalWrite() has a CRITICAL section - it cannot be called from an interrupt handler. May be good to put a warning in the documentation.
Calling the TIMx_TimeBaseInit(... does not immediately change the prescaler - but waits for a fill cycle/UEV event. May be useful to add a TIM2->EGR = 1; to trigger an update...