Horacio Hoyos

Results 43 comments of Horacio Hoyos

I solved this by making the date part of the parse regex, but not using it as part of the version parts. So my cfg looks like this: `[bumpversion] current_version...

First value is the value the part is assigned after a reset not after a bump. A reset happens when you bump any preceding part, that is, bumping **minor** would...

Hi amotl, First, as peritus commented development of this project has been dead for a while. You should open this bug/feature request in bumpversion2. As a workaround (and perhaps good...

Misspelled the name: https://github.com/c4urself/bump2version

Sorry for the delay on this. Have pushed the requested changes, except for the equals (see my comments).

@c4urself sorry for the radio silence, had been working on unrelated projects. I agree with most of the comments from @ekohl, I will reply to them and commit some changes...

Currently this is what I do: ``` row.addTreeChild({id: lastRow.getIndex()+1}, false); // addTreeChild does not provide a promise, so we need to wait before editing setTimeout(()=> { let treeChildren = row.getTreeChildren();...

Can this be set globally in the java driver, i.e. use for all queries? Cause I think you can pass custom driver settings to the tinkerpop driver. On Mon, 28...

Then can M. Lissandri open a bug in the tinkerpop driver? That would help us capture the information provided by Michele and add an option to increase the query timeout....

I can only talk from the tinkerpop side, so I would say in the tinkerpop provider. If we then see thst for it to work changes are required in the...