Simon Schubert
Simon Schubert
Using a tight (0ms) timeout in take-message leads to 100% CPU load in the browser. Instead, record the processing functions in the queue state and start them as soon as...
git tag requires a message for all "heavy" tags that have an associated tag object. --annotate, --sign, and --local-user= all create tag objects. Make magit-tag-release read a message in all...
## Description `UrlRequestMatcher` and `MatchesRequest on RequestOptions` ignore Dio's `baseUrl` and compare against `path` instead of `uri`. ## Steps to reproduce ``` test('should match baseUrl', () async { // arrange...
When generating bindings for many headers, `try_ensure_fallback_translation_unit` fails because `pch` is constructed with a excessively long filename. Replacing it just by `"precompile.h.pch"` fixes this.