Carl-Erik Kopseng

Results 279 comments of Carl-Erik Kopseng

Delivering a master thesis in a week, so I'll have a vacation before doing anything else, but a PR might arrive in August :-) Just wanted to be clear about...

I added a description of what the support command is for in the [FAQ](https://github.com/petervanderdoes/gitflow-avh/wiki/FAQ). Maybe this could be closed, unless there are additional places this needs to be documented.

I added a description of what the support command is for in the [FAQ](https://github.com/petervanderdoes/gitflow-avh/wiki/FAQ). Maybe this could be closed.

@ritikmmathur Where's the corresponding PR? Tried searching the pull requests for your username and came up empty.

@jrnail23 I've answered you in #2025. It's not broken and it's covered by tests. Please see the docs for correct usage of this method. The example (unfortunately) showcases the problems...

@rluba 💯 Thank you for noticing that! I tagged and closed the wrong issue. That's what you get with too many issues open ...

@flickz The inherent mutable nature of the Stubs API makes it prone to bugs like this and makes it a nightmare to handle stuff like this. I guess that is...

Improvements to our docs are welcome. We have been discussing a different take on the API docs as well, more in line with how the Lodash docs work, but that's...

Sure ... I'm a bit swamped with a new family situation and such, so I can't go into specifics on this, but I think there should be room for a...

A static function is per def not part of that class. It is just a utility function tacked onto the class. ```js class MyTest {} MyTest.someStatic = function() { ......