Alisa Lain
Alisa Lain
Sorry, was cleaning stale issues I've opened
@The-Compiler you might want to look at https://bugreports.qt.io/browse/QTBUG-74166 as it was related to https://bugreports.qt.io/browse/QTBUG-64450 So, from what I've kind of gathered there's some sort of manual control now, but I'm...
Still issue, though interesting thing is that when items are being picked up (as soon as they fly towards you), they become normal looking Edit: Also the darker texture is...
I am using neovim with tree-sitter indeed. The problem here actually is that of possible added modifiers, which includes `const`, are interfering with highlighting of type. Also forgot to check...
Once again, neovim doesn't need updating since it uses upstream default branch for treesitter languages, as in whatever commit you make will be used when user installs/updates query for language
Treesitter plugin for neovim uses upstream of default (or specified) branch of language repo, so, everything is technically already should be updated, I'll check if it works a bit later
If to use -betterC switch then leak disappears ```bash echo "extern(C) int main() { return 0; }" > test.d ldc test.d -betterC valgrind ./test ``` Outputs: ``` ==41353== Memcheck, a...
Havent tested, not sure how to though
Nothing But running resulting binary with valgrind kills my pc
I have no way of checking other platforms Also not sure about libc, like, what I do with it?