Bernhard Urban-Forster
Bernhard Urban-Forster
The crash happens here: https://github.com/mono/mono/blob/3680a734870297bfdbade3e000a74c8d5d4b485b/mono/metadata/marshal-ilgen.c#L6122-L6124 @improbablejan could you try a newer version of mono?
Leaving this as a reference: Patches to support the embedded controller in Surface devices are about to be upstreamed: https://lkml.org/lkml/2020/9/23/535 This should help to get the keyboard cover working (if...
I agree that this PR effectively removes the whole idea behind JIT_MAP and thus is a bad idea security wise. Still it has some value. @snazarkin do you have numbers...
> Interesting what they are using it for. Forecast for just 6 hours ahead does not give much if you have floor heating. My understanding is that this is an...
I guess the best case scenario would be that it just works over a CCS connector. Here are some experiments documented that try to discharge via CCS: https://openinverter.org/forum/viewtopic.php?t=3551 With the...
I had a similar issue with my car (Tesla Model 3). My problem was indeed the CP line. There is a state change from B to C somewhen soon after...
That's right, I used fake LF353 from Aliexpress before. Using a genuine TI LF353 fixed my issue around broken connections after schema selection (that is, the voltage levels on CP...
> [...] I was using to make the negative rail could be the issue. It only reaches -11.8V. Note that there is some loss on the LF353 output. What are...
> * On EspressoVM, JNI calls use a single, global `JNIEnv *`, allocated dynamically and reused by all threads. Therefore, abusing it for thread-local storage is not possible. ahhh 😅...
Thanks for the quick fix 🙂