Shea690901
Shea690901
Check the ```#define``` from local_options...
The same where true for the current code... While it's true that I can't allocate a single 4k+ long string (depending on runtime settings when starting the mud). But take...
As far as I've seen, the only bookkeeping is what part of the driver has allocated how much memory. Concerning this preallocated chunk, so far I haven't come along such...
It seems to me to be a problem for EVERY error encountered... When most times it would be enough to try again! And even a 403 (missing file) can be...
I just don't use ```git flow feature finish```... My normal workflow is: * ```git flow feature start ...``` * \ * ```git flow feature publish``` * \ * ```git pull...
On Fri, Aug 19, 2016 at 5:47 AM, @petervanderdoes wrote: > When you start development the setup would be: > > `Master -> develop -> feature -> develop -> release...
I fact, considering the way github (or gitlab, or codeberg, or ...) works, with pull requests and merges, the only one who needs to use gitflow for easier use is...
Even though I don't need it myself, having configured those in my global config file: :+1:
If I see this correct in the code (and the usage info), you need to `git flow finish --noedit ...`. This way you get a default message for the tag...
I haven´t taken a look into "hotfix finish" but it should of course be merged into both: - master **and** - development