Frank Dekervel
Frank Dekervel
Hello, We are investigating this further. I wonder if there is a documented way to integrate the new nncase in the kendryte standalone toolchain. We discovered the global initializers are...
just FYI: i can confirm this PR makes displaz work nicely on my 1.5scale displays. without the PR applied it shows as in the above screenshot.
Another usecase: per-node disk cache. i have a workload that does an expensive computation and stores the results in a cache folder. The cache is then used by the same...
hello, none of my machines runs a recent enough cmake for target_link_directories. so i guess that rules it out for me now. For the time being we switched back to...
And adding... a solution that would be working for us would be bundling a findLZ4.cmake Something like this (untested, if it looks workable i could test): ``` find_library(LZ4_LIBRARY PATHS ${LZ4_ROOT}...
Hello, unfortunately, in the mean time, i also managed to reproduce the problem using mqttv5. Seems stuck here: ``` │ "MQTT Call: dm_source_id" #45 prio=5 os_prio=0 cpu=6.39ms elapsed=151.10s tid=0x00007faa94017000 nid=0x42...
And ... i think i found something that works reliably. I now do: ``` client.setTimeToWait(1000) ``` before connecting the client. This way, the .subscribe() call never blocks more than 1...
Actually, this problem also shows with other libraries, so i guess it's more a toree problem not a vegas problem. I got exactly the same problem with %AddDeps org.scalikejdbc scalikejdbc_2.11...
Actually, i think this issue is a duplicate of https://issues.apache.org/jira/browse/TOREE-420 and can be closed
For reference, i can confirm that after applying the pull request associated with https://issues.apache.org/jira/browse/TOREE-420 , vegas works again on toree. Also, i tried to create a more generic approach to...