Marcus Ilgner

Results 132 comments of Marcus Ilgner

:+1: Unfortunately it looks like this project and its successor are somewhat dead?

+1 this is indeed somewhat confusing. Looked at the code to find out that `enqueue_in`/`enqueue_at` are the same with the exception that the former is "Identical to enqueue_at but takes...

Note that although it's not supported explicitly, since emqtt uses gun for establishing websocket connections, it is my interpretation of the code that it should automatically switch to TLS if...

I came across this issue from a different context: using Hibernate with JPA annotations in my plugins fails since `getDeclaredFields` cannot execute reflection with fields of types from other plugins....

Well, I certainly wouldn't want to suggest making Hibernate-specific changes to PF4J. The heart of the matter is `Class::getDeclaredFields` which croaks when invoked on a class from plugin A with...

> @milgner What is the status of this issue? Did you solve the problem? I solved it, but only for the specific use case of Hibernate. After collecting all the...

Probably `mockkConstructor` is affected as well. I was just investigating an issue with some flakyness when running tests in our CI environment when I noticed this issue. After disabling parallel...

Here it says ``` [2023-10-31T15:19:44.035280 #1593080] WARN -- : Error in CompositePropagator#extract undefined method `[]' for nil:NilClass ``` But messages show up in our OpenSearch instance nonetheless.

For me, I can't even get Hyprland to active this resolution. Running the current version of Hyprland and the Nvidia DKMS drivers with an Nvidia card, `hyprctl monitors` only reports...

Just came across this and found that while it works in principle, one also has to filter out the digest from the asset path. My code now looks like this:...