gcoretech
gcoretech
As an example see: /settings/apps/installed/calendar That page is divided into three sections: the category on the left, the app list in the middle and the details of the selected app...
@mhzawadi A nextcloud developer should have a look at this as those files are not part of a regular nextcloud installation. The code these files produce is seemingly packed/minified into...
Hey @mhzawadi _background-color: yellow_ visualizes which area is affected in safari, scrolling works after changing _position: absolute_ to _position: relative_. This is from Safari developer tools (position changed to relative):...
The problem is, a log tag is created **and used** before the queue id exists, then it's overriden with the queue id which breaks log tracing. Old behaviour: ``` rspamd[168595]:...
@dragoangel Taking the queue-id into task-id only if it fits the task-id size will probably result in inconsistent logging when rspamd milter is used by multiple MTAs (postfix long/short queue-ids,...
AlmaLinux 9.5 has been released with kernel 5.14.0-503.11.1.el9_5.x86_64 and compiling zfs 2.1.15 sources fails with ``` checking whether bdev_open_by_path() exists... configure: error: *** None of the expected "blkdev_get_by_path()" interfaces were...