Andreas Muttscheller

Results 77 comments of Andreas Muttscheller

http://chris.beams.io/posts/git-commit/ is a great blog post about how to write good git commit messages and why to do so. Covers most of the rules specified in `fit-commit`.

Thanks for the workaround @luza, I'll have a look at it. As for a proper solution I'd suggest sth like `mocks.NewGlobal("some_mocks.yml")` for an easy and similar semantic where the yaml...

We use this plugin using capacitor v4 successfully. We had to patch the min iOS version however. Otherwise it works great! Heres the patchfile: ``` diff --git a/CapacitorCommunityHttp.podspec b/CapacitorCommunityHttp.podspec index...

_From [[email protected]](https://code.google.com/u/113175764093201827475/) on November 25, 2013 05:24:00_ Sorry this shouldn't be a defect but an enhancement and I don't know how to change it.

_From [[email protected]](https://code.google.com/u/103112240225484944657/) on November 25, 2013 06:19:58_ **Labels:** -Type-Defect -Priority-Medium Type-Enhancement Priority-Low

Are you using v10.1? In this version a check is implemented to determine if the directory is writable by creating a temporary file in the folder. If it returns false,...

I added a bunch of fallbacks on this. Unforunatly, I don't have a device that shows this problem and I have no idea how to fix it. Downloading should be...

_From [[email protected]](https://code.google.com/u/109139625304353531138/) on October 15, 2013 15:00:40_ I was thinking to write an issue on this. I totally agree, a streaming feature would be great. Although not sure about the...

_From [[email protected]](https://code.google.com/u/103112240225484944657/) on October 16, 2013 02:00:51_ Good news everyone ;-) Streaming is a feature that is on my TODO list! Will take a while though as I have to...