fwcd
fwcd
Thanks for looking into this, very much appreciated! It would be nice if you could split out the refactorings/cleanups into smaller commits for easier reviewability. Regarding the failing test, you...
That seems odd, the `MAX_FQNAME_LENGTH` is a limit for fully-qualified class names, not file system paths (which should fall under the larger [`MAX_URI_LENGTH`](https://github.com/fwcd/kotlin-language-server/blob/bdba774daa2f4113a723b7a2d07d696be3b563cf/server/src/main/kotlin/org/javacs/kt/index/SymbolIndex.kt#L21) limit. Yet for some reason your log...
Fwiw, I think saved searches/smart crates could still be useful to support in a more structured way, e.g. as a node in the sidebar or under crates/playlists. For example: Say...
Just drafting up an idea I had, haven't looked at #14182 in detail enough to see whether that covers it: It would be pretty cool if searches could be saved...
Not trying to bikeshed here, but IMO we should come up with a different name than "Smarties". "Smart Crate" and "Saved Search", for example, sound more professional/polished and would be...
> I also introduced new search possibilities (based on playlists, crates, historylists, empty fields...) so reconverting is not that simple Yeah that's a good point, we'd need a 1:1 mapping...
I have noticed that the MIDI for light mapping only seems to work in isolation, but not if another physical controller (e.g. the MC7000) has an enabled mapping. The MC7000...
This looks very similar to https://bugreports.qt.io/browse/QTBUG-103723. Still pretty strange, since the iOS build environment, which is based on our 2.5 vcpkg environment, uses Qt 6.5.3, which should supposedly already contain...
This might actually be https://bugreports.qt.io/browse/QTBUG-118500 instead.
Yes, thanks for spotting this, no idea why the PR linking didn't work