Alexis Murzeau
Alexis Murzeau
Hi, Currently, semantic highlighting is reported using textmate name scopes as defined here: https://github.com/llvm-mirror/clang-tools-extra/blob/master/clangd/SemanticHighlighting.cpp#L491 To have more details on the IDE side, it would be intersting to have more scopes,...
This was causing bad header generation from ui files with Qt 5.15 were setupUi was trying to call widget2->raise() before setting widget2 variable (for Main_Window.ui case).
Fix various spelling issues found by lintian.
Install icons in share/icons/hicolor//aqemu.png directory as this one seems prefered over share/pixmaps. Add more fields to the desktop file.
> The way SAR is designed is largely obsolete. I can talk about this now: if you want to solve this problem, look in the 10.0.22000 Windows SDK headers um\audioclientactivationparams.h...
## Describe the bug When building an application (like qjackctl) using MSVC, there are link errors because of missing symbols in libjack64.lib: ``` qjackctlJackConnect.obj : error LNK2001: unresolved external symbol...
### Description Hi, While testing buildkit within a docker container, tests use runc. When tring to kill a runc container, runc error out with and error like this: `read /sys/fs/cgroup/buildkit/mxv4shz9kwdm0p5u49mw971ft/cgroup.procs:...
Hi, I've found that on Linux, sent packets using pcap_sendpacket or pcap_inject are not captured by pcap_dispatch (using the same pcap instance). I think I got the same as this...