Wilhelm Loves Their Turtles
Wilhelm Loves Their Turtles
A user of my 'dokuwiki-matrix-notifier' plugin reported an issue to me where the $INFO['userinfo'] variable seemingly seems to be uninitialized for events triggered via the XMLRPC interface (putPage). Cut Down...
**Short description** RawTherapee.app fails to load when it is not installed directly in the system directory "/Applications", e.g. if user has it installed in "~/Applications" or on a separate partition....
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...
macOS can have some really weird special files, unlike other Posix-alike operating systems. Those special files probably should be filtered from generated directory listings and direct access for security reasons....
When darkhttp serves a directory with generated directory indexes it should skip adding the "parent link" (`..`) for the root level. The link just goes nowhere basically and just creates...
When darkhttp logs a request inside the logged entry the size of the object (the entry after the status code) is inflated. It seems darkhttp logs the object size including...
The configure option `--with-libiconv-prefix` seems to be a NOP or not working properly as advertised. Using it makes the configure run through fine, but during the build stage linking errors...
When building libpsl with `--enable-runtime=libidn2` **libunistring** also seems to become a *direct* dependency. While libidn2 can be tuned via pkg-config or the LIBIDN2_CFLAGS/ LIBIDN2_LIBS variables there's no such visible option...
I encountered following error while tuning some old PHP 4 era code: ``` includes/class_session.php:253 PhanUndeclaredConstant Reference to undeclared constant \SID. This will cause a thrown Error in php 8.0+. ```...
``` … command_dynamic.cc:330:14: warning: variable 'new_flags' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] else if (options.find("list") != std::string::npos) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ command_dynamic.cc:340:50: note: uninitialized use occurs here return system_method_insert_object(new_args, new_flags);...