Andreas Brain

Results 49 comments of Andreas Brain

It rather seems to be a bug when assembling the URLs. `https://api.github.com/orgs/repos?per_page=100` is invalid, it should be `https://api.github.com/orgs/ORGNAME/repos?per_page=100` Also see #75

This happened to me as well when the original strings only changed a tiny bit (changed placeholders from `%s` to `%1$s`) and translate.wordpress.org offered fuzzy translations for those. I either...

I came across this problem as well and as far as I can tell, this manifests itself like this: - `Functions\expect` does not validate arguments given in `with()` if there...

I recently saw this still happening with v34, opening three PRs for pinning. Unfortunately, this was in a private repo. I'll see that I can create a public reproduction repo...

Here is a new reproduction repo: https://github.com/abrain/renovate-issue-11680 It still happens with v35 and seems to be related to `matchUpdateTypes` in group presets. Details are provided in the repo's README.

Das ist ein Teil des Themes und müsste dort umgebaut werden. Als unschönen Hack könnte man das auch per CSS ausblenden, aber die Frage ist, ob die Überschrift dann noch...

Version 0.5.0 seems to be working fine in PhpStorm 2018.2, can anyone else confirm?

I agree, clearing this (per service) global error state automatically would not be a good idea. As I'm using `FeathersVuexFormWrapper` and have to catch the Promise rejection of `.save()` anyway,...

Dass es keine Auswirkung hat, konnte ich so nicht nachvollziehen. Allerdings habe ich einen anderen Fehler gefunden, der soeben mit Version 1.10.2 behoben wurde. Falls WPtouch noch zum Einsatz kommt,...

Das ist prinzipiell eine gute Möglichkeit, den Aufwand für die Webseitenpflege zu minimieren. Ein Problem, das ich sehe: Ein Einsatzbericht, der im Rahmen der Einsatznachbearbeitung in ELDIS eingetragen wird, ist...