Gary Wang
Gary Wang
The patch is also upstreamed to kate's repo: https://invent.kde.org/utilities/kate/-/merge_requests/1473
### Description / Steps to reproduce the issue There are two issues: 1. It's suggested to build KIconTheme with BreezeIcons since icon theme works in a different way under Windows....
Related discussion: - https://invent.kde.org/utilities/kcharselect/-/merge_requests/20 - https://github.com/msys2/MINGW-packages/issues/20687 This is marked as a draft for now since it doesn't really work as expected currently, i.e. still have the same issue mentioned in...
This is a feature request. Right now we can use `"attribute:format:label"` to describe the display rule of a column in [GridView](https://github.com/yiisoft/yii-dataview/blob/9886579061e5d3bbe1d0bf8de82079f065021f31/src/GridView.php#L454-L459) and [DetailView](https://github.com/yiisoft/yii-dataview/blob/316dcebd9db1a0832df3335cac1c505f7f5e77b9/src/DetailView.php#L281-L286), `format` declared the formatter to use. Developers...
Specify library name and version: **extra-cmake-modules/6.2.0** I'm updating this because I'm interested in using it in one of my own projects (and maybe other projects as well). If everything goes...
if the source model is a proxy model, the source model's source model might be changed and our SortProxyModel won't get notified. This might happen when we try to pass...
After this, one can simply fork the repo and use GitHub Action to trigger a build for their own device. Once the build finished, they can get the binary from...
### Description / Steps to reproduce the issue Save the following two code snipes to local: CMakeLists.txt ```CMake cmake_minimum_required (VERSION 3.9.5) project (testbug) set (CMAKE_CXX_STANDARD 17) set (CMAKE_CXX_STANDARD_REQUIRED ON) set...
### Description / Steps to reproduce the issue I'm reporting this issue here because... > Please, report any issue in [msys2/MINGW-packages/issues](https://github.com/msys2/MINGW-packages/issues?q=is%3Aissue+is%3Aopen+zed) first. --[windows.md](https://github.com/zed-industries/zed/blob/main/docs/src/development/windows.md#installing-from-msys2) Currently it seems Zed won't recognize MSYS2's...
Related to https://github.com/fsfe/reuse-action/issues/20, we'd like to store the result of `reuse lint` to put it somewhere else (`$GITHUB_STEP_SUMMARY` in our case). How can we achieve that? Also related: https://github.com/fsfe/reuse-action/pull/24 which...