Jan

Results 25 comments of Jan

This is a UI issue, something to do with the order of loading data. It only happened sometimes for me. The tree selection *should* be hidden and show the path...

The line you quoted is exactly the problem. It runs when the *page* is initialized, but that doesn't mean that the Path field is already set (that is a separate...

> Does the current brute-force Deleting Blocks SQL in topic linked above reduce such needs? If I understand it correctly, the suggested change runs the query when specific files or...

I measured the latency from the button press to different parts of the processing chain: 1. Piano press to midi event: 1-2ms 2. Midi event processed: 20-30ms 3. Synthesized note...

I can reproduce this under both Windows and Linux. It is important to point out that this still backs up all the files (as you found out). The bug is...

While that is similar, the cause is different. In this case, it is purely a UI to backend communication problem. The issue you linked has the error from the underlying...

> A more serious case is if the file is actually corrupted on storage, in this case there is no remedy as the original data may not exist anymore. I...

The cause is that a special "filter" option is created before calling the modules, to allow them to change the filters. Before running the backup, it is removed to prevent...

This is due to a breaking change in version 3 of mbedtls which is already fixed on the development branch. There is an issue on visual studio when including v3.3.0+...