Andrej Petrović

Results 11 comments of Andrej Petrović

Just ran into this problem. Thanks for the tip, @alessandroasm. In my case I made the excluded paths relative to the root folder, and it worked. Perhaps the man page...

The platform is Linux x86-64. DMD and LDC were installed by the `install.sh` script found here: https://dlang.org/install.sh I'll add this information to the OP.

Unfortunately that didn't work, even after reloading import paths. I tried it without the `version(unittest)` but it still didn't work. Then I tried reloading the window for good measure, but...

I stumbled upon a workaround. While working on a different project (but with a similar dub.sdl as above), and I decided to try your suggestion again. But I misremembered, so...

Thanks for the reply. How can I get my hands on those changes? Should I change the serve-d update channel to “nightly”?

I changed my release channel to “nightly”, updated serve-d, and restarted vscode. Unfortunately the issue persists. I’ll wait for the dsymbol updates to see if those help. In the meantime,...

Thank you for the tip about process priority. I have been dealing with a similar problem, although in my case the Camera itself was lagging slightly behind its parent Smoothing...

I've been using my tablet more recently, and have noticed this problem with Qt apps. I think I've tested every Qt app I have installed. The Dolphin Emulator (`dolphin-emu` in...

I ran into this issue just now. In the CLI Git identifies a rename, but Sublime Merge shows it as an addition and a deletion. CLI: ![Screenshot_20220825_205904](https://user-images.githubusercontent.com/7419746/186757364-77b640fd-13bd-489b-9071-5425e115f502.png) Sublime Merge: ![Screenshot_20220825_205916](https://user-images.githubusercontent.com/7419746/186757404-296d1e25-8d1c-4135-b7b9-7f96b6023051.png)

Hi @dpjohnst, indeed there were quite a few changes to the file. `git diff` reports a similarity index of 54%. At a glance, I would say most lines were unchanged,...