Dmitry Avtonomov

Results 28 comments of Dmitry Avtonomov

@jkankiewicz Here's a repo I've just set up for demo purposes: https://github.com/chhh/git-flow-hotfix-test It has 2 releases made with git-flow commands. All the tags are published. Now while on `develop` try...

@jkankiewicz that makes some sense. I still think, that a hotfix/v2.x could just be created automatically and just kept there without being deleted - it would serve the role of...

@Keboo Can you provide an example of an option that takes a value? Also, when the option is optional with a default value.. Overall, I think this is an understatement...

Same problem. I do have a CUDA card. Tried bootstrapping python with a conda environment: ```yaml name: env-singan dependencies: - python=3.6 - pip - pip: - -r requirements.txt ``` then...

@CedricDelporte Why didn't you open a new issue? I can't help you much as this software is not being actively maintained. But you can safely just delete the contents of...

- First see this issue: https://github.com/chhh/batmass/issues/17 --- - Paste output of `java --version` here. - The old installer from github required java 8. You can download a build of openjdk...