Henry Tung
Henry Tung
Tag date is in the future...
**Describe the bug** When a bind mount is made from a directory, access control to the mount location is controlled by the permissions/ACLs set on the source directory/inode, and does...
Note: Made two attempts to fix this, but the latter seems a little better. Changes: - Change the ShutdownCallbackRegistry API back to "register it, we'll call it" - no special...
## Bug report ### Steps to reproduce - current behaviour 1. Set up WebDAV share containing `passwords.kdbx` 2. Create `passwords.kdbx.bak` backup file as copy 3. Link Tusk to WebDAV share...
Currently, the `only_changed_files` predicate fails if no files are actually changed. Should support `or(only_changed_files, no_changed_files)` to model `(changed files) SUBSET (restricted set)`.
https://github.com/ZoneMinder/zoneminder/commit/046e352304a84059d02014b2d3d16cf850eaadce#diff-6bbad3965ada94cfabbe05ea66d0c4a7a8ad39a38f636ece89bef5743bc76540R1680 This commit adds a pretty weird reporting condition to the fps_report_interval check - if the frame count is less than the interval, it reports every 10 frames instead. I...
## What happened? `baseline-format` rewrote ``` ImmutableMap.of( "A", 1, "B", 2, "C", 3); ``` as ``` ImmutableMap.of( "A", 1, "B", 2, "C", 3); ``` which is significantly less readable. ##...
## What happened? Write code like the following: ``` try { // ... } catch (IOException e) { try { // do cleanup } catch (Throwable t) { e.addSuppressed(t); }...
In particular, it's quite useful to know when number of active connections is trending towards/pinned at max as a way to alert on or diagnose connection leaks. These metrics might...
## What happened? JRE-default GCM ciphers (even on Java >8) seem to cause a lot of heap churn. This ended up contributing heavily to a Horizon performance regression with Conjure...