Christian Femers

Results 10 comments of Christian Femers

Got it working with an explicit dependency inclusion of (in my case) ``` %maven org.nd4j:nd4j-native:1.0.0-beta7 ``` Using a classifier for a specific backend (e.g. AVX2) does not seem to work,...

Ok, then we should at least make sure that all new notifications up to a certain time are loaded and displayed before making them as read.

This might be a more complex change, so I doubt I have time for that. It would probably involve copying the stack trace in `ReflectionTestUtils`.

Probably something related to the lambda creation, not visible in the Java sources.

Why exclude main? Could you describe a use case here? Why not any other method? Or just just specific issues? This potentially weakens security (or maybe better called reliability, accuracy...

If we are going in that direction, a boolean flag is not a sustainable solution (this is quite common). Consider a design that is more flexible and sustainable. We can...

Currently, impossible due to the methods we use in jqwik, which are not exported.

I will use asciidoc for that and likely set up a separate repository and website (e.g. GitHub pages), similar to https://mograsim.net

Do you have a solution for this? Currently, we have the custom configuration because it would otherwise conflict with IO and to have Ares log in the System.err

A new Security Manager would be a bad idea, considering #113.