Guido Günther
Guido Günther
**Describe the bug** Building a dist tarball from a project with a subproject that uses `diff_files` and using `--include-subprojects` includes the subproject *but* without patches applied leading to unexpected results....
Hi, Most of the patches in the gc7000 branch seem to be in upstream mesa already (thanks for that awesome work!). I'm currently [using][1] your patch to add texture descriptors...
With #96 applied we can drop `--tags` from describe making sure `git describe` only picks up annotated tags. This allows e.g. users hacking on uuu to use lightweight tags in...
These new symbols are public in 1.9.1 but not 1.9.0 ``` destroySchemeDetails@Base 1.9.1 destroySchemeDetailsArray@Base 1.9.1 destroySuggestions@Base 1.9.1 destroySuggestionsArray@Base 1.9.1 destroySymbol@Base 1.9.1 destroySymbolArray@Base 1.9.1 destroyTransliterationResult@Base 1.9.1 makeSymbol@Base 1.9.1 ``` I would...
**Is your feature request related to a problem? Please describe.** Please support push notifications to notify apps about changed notes. **Describe the solution you'd like** It would be great if...
Symptoms: phosh test case the involves building the meta data cache segfaults sporadically when built with clang. Details: https://gitlab.gnome.org/World/Phosh/phosh/-/issues/1240 Backtrace: https://gitlab.gnome.org/-/project/16747/uploads/bcccb0e53f4315a7b0027b7e1adf1130/backtrace-all-threads-2.txt As far as I can tell we're cancelling correctly...
Maybe I'm missing something obvious but I didn't find a way to import a vcf file (as is e.g. ever so often attached to an email) into an addressbook. E.g....
**Describe the bug** Firmware update on a colorhug fails with: ``` failed to write-firmware: failed to set flash success: invalid-value ``` **Steps to Reproduce** Try updating a colorhug1 from 1.1.3...
**Is your feature request related to a problem? Please describe.** It would be nice if one could fill the library in a programmatic way. **Describe the solution you'd like** Would...
git-mr is really useful for gitlab/github. Forgejo/[codeberg](https://codeberg.org) uses a slightly different format: ``` refs/pull//head ``` It would be great if `git-mr` could handle that as well.