Dennis Schridde
Dennis Schridde
When conversion fails, `java-time.api` wraps the `java.time.format.DateTimeParseException` in `clojure.lang.ExceptionInfo`, which I cannot distinguish from any other exception when trying to catch: ```clj (import '(java.time.format DateTimeParseException)) (try (t/zoned-date-time "2024-04-08T00:00:00") (catch DateTimeParseException...
It would be nice if systemd units could be included. facebook/hhvm#4520 describes this in more detail.
**Is your feature request related to a problem? Please describe.** According to New Relic documentation, a `logtype` attribute can be set on logs in order to parse them in a...
On Android the master password is saved in the app, which makes it easier to access. On iOS this seems to be missing, which means users are required to type...
**Describe the bug** Podman Compose 1.1.0 fails non-deterministically to start a system with multiple dependencies: `Error: unable to start container 5cdaac...: generating dependency graph for container 5cdaac...: container 1534f2... depends...
OpenCL headers 2021.04.29 moved `CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR` into a different header. (See issue referenced below for details.) See-also: https://github.com/KhronosGroup/OpenCL-Headers/issues/145 See-also: https://bugs.gentoo.org/790164
This fixes a compilation error with libpcre-8.42: ``` error: conflicting declaration 'typedef struct real_pcre8_or_16 pcre' ``` Also remove inclusion of pcre.h from files already including COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h Closes: #547 Closes: #570...
CRLF and LF were mixed in lots of files, confusing tools like `patch`.
It would be useful to have an `is_calleable` assertion that tests whether `is_function(argument)` or `is_function(debug.getmetatable(argument)._call)`.
This adds a little bit of information to the post title by displaying its description or summary, if available.