Niclas Hedhman

Results 35 comments of Niclas Hedhman

The 957e5f8.txt is probably working as much as is working for me. This is work in progress, and by no means completed. And don't expect stability in dictionary definitions either,...

I think that the first step is an Introspection API, rather than the full-fledged Reflection system found in Java and elsewhere, where you can modify values willy-nilly which will violate...

I think you must be missing something important.... One calls the Introspection API to obtain an object (and transitively other objects) that fulfill these traits. They are NOT part of...

That's an implementation detail... I imagine those traits are actually classes. On Wed, Aug 28, 2019, 23:35 Sean T Allen wrote: > @niclash what would implement these traits > that...

I also came across this today. On my peer there are multiple containers, and only one container have this behavior. The significant difference of that non-working container is that it...

I think that the underlying issue is that CPU is considered "reserved" rather than measured, per container. And users can't select whether they want to "reserve" CPU or is ok...

Additionally; I have EU868 set up, on a STM32WLE5 (RAK3172 Wisduo), with CubeWL 1.3.0 and configured LoraWAN in CubeMX and use FreeRTOS. I see the same/similar behavior. After the second...

I will try and make a dedicated repo and see if the problem can be simplified.

https://github.com/niclash/graaltest ./gradlew clean test and you should get ``` org.graalvm.polyglot.PolyglotException: java.lang.IllegalAccessError: class org.bouncycastle.jce.provider.BouncyCastleProvider (in module org.bouncycastle.provider) cannot access class java.util.logging.Logger (in module java.logging) because module org.bouncycastle.provider does not read module...