Riccardo Cecchini
Riccardo Cecchini
[LocalState.zip](https://github.com/files-community/Files/files/9498967/LocalState.zip) The bug persists in the last build Version: 2.3.11.0 OS Version: 10.0.22621.457 At the same time, I had no problem to compress the log folder using Files. And the...
Similar one, but evidently with just file downloaded from internet. Always correlated but different, when is not a zip downloaded from internet and I use "Files zip extractor" the created...
Nada, I copied the files to a new directory and the problem returns. I attach my logs [LocalState.zip](https://github.com/files-community/Files/files/9563139/LocalState.zip) Thank you
> HSA_OVERRIDE_GFX_VERSION=10.3.0 You saved my life. The result is impressive, makes no sense the lack of automatic support by AMD.
The concept is this: I use deasync for programming simplification (and mainly laziness). The best use of node infact is through callbacks. But my worry is about the fact that...
This feature is also useless if V8 use to execute every code and callback in the script with just one thread. In this case should be implemented a function that...
Forgive me, I'm trying to connect my brain. If a js script context runs on one only thread it's obvious that deasync for allowing the execution of other callbacks should...
Finally @jardicc I do not hide that I would learn better how V8 and modules like deasync work for various reasons, including knowing how to obtain the maximum possible performance