Simran

Results 196 comments of Simran

Just stumbled over another Wayland issue reported to the OBS project. The symptoms are quite different, however (completely transparent area): https://github.com/obsproject/obs-browser/issues/279 It would be worth testing KDE's Qt 5.15 version....

Also, the automatic removal of `/index.html` e.g. from `http://localhost:5000/HTTP/General/index.html` to `http://localhost:5000/HTTP/General` breaks relative paths too. ``` curl -vv http://localhost:5000/HTTP/General/index.html ... < HTTP/1.1 301 Moved Permanently < Location: /HTTP/General/index ... curl...

Good point. Maybe there is an argument to make for keeping icons that represent communication protocols as opposed to specific communication services and platforms. We could at least consider changing...

As there is no backport yet, it will likely be released as part of v3.9.7

Yes, there is a discrepancy between single server and cluster, and it has been addressed in v3.11.1, where the Document API returns an empty array instead of an error in...

I appreciate the effort, but I'm against merging this work into the main repository. - This PR adds over 50 MB of data, bloating the repo forever. Each CI run...

Still relevant and the refactoring doesn't have much of an impact on this work, except that the style should be enforced in all repos.

Just stumbled over this as well, looking at [Splitting Up the Modules](https://vuejs.org/guide/quick-start.html#splitting-up-the-modules) in the Quick Start. The toggle for Options and Composition API has no effect, the example always uses...

Thanks, @memsharded! It's not nice that Vcpkg cuts in. They should really re-consider the default setting, but there doesn't seem to be any progress in that direction based on this...

You're right, this may not be desired by everyone just like the Vcpkg default. For this reason but also for backward compatibility, this should be an opt-in feature (assuming there...