John Daktylidis
John Daktylidis
According to the [documentation](https://zrepl.github.io/configuration/misc.html#durations-intervals) we can use following units to state intervals: > s = second, m = minute, h = hour, d = day, w = week (7 days)...
Fast-RTPS doen not follow the DDS Interoperability Wire Protocol Specification Version 2.2 as specified by OMG ([DDSI-RTPS 2.2](https://www.omg.org/spec/DDSI-RTPS/2.2/PDF)). # Problem Fast-RTPS uses random source UDP ports as default source for...
*NOTE: This is not an issue, but more of an informative feedback* Since Win10 (Build 19044) or Win11, Microsoft has implemented [WSLg](https://github.com/microsoft/wslg), which allows "native" support for GUI applications in...
I have a image that is generated with a Dockerfile containing ``` ENTRYPOINT ["/bin/bash", "/entrypoint.sh"] CMD ["bash"] ``` When using x11docker (`x11docker -it -- test_image bash`) with normal python (x11docker...
`x11docker` is checking the `XAUTHORITY` (`Hostxauthority`) variables and correctly reports ``` x11docker WARNING: Your host X server runs without cookie authentication. ``` when the X Server runs without cookie authentication....
I get ALOT of errors like the following: ``` filemtime(): stat failed for /storage/nextcloud/nextcloud/data/.zfs/snapshot/zfs-auto-snap_yearly-2017-12-31-2300//JohnD/files/Nextcloud Manual.pdf at /var/www/html/custom_apps/files_snapshots/lib/Snapshot.php#71 ``` After some investigation it turns out that the file that it tries...
I'm getting wrong results when I'm using Fxps instantiated from a NumPy Array and given a custom dtype. The same Fxp instantiated via different ways, even if seemingly exactly the...