Jan Vlnas

Results 53 comments of Jan Vlnas

@petrzpav BTW, if you decide to build upon the `--git-path` feature, it'd be a breaking change since it requires newer Git version.

Hi @podplatnikm, thank you for your report. I suspect, same as you, that this is due to missing state to finish the authorization flow. Could you please add more information...

Hey @podplatnikm, how is it going? Did you manage to resolve the problem?

@arunlz It'd be helpful to check the response from the API, but I suspect requested scopes could be at play as well. Say, do you have a free or paid...

Well, since the token retrieval is handled by the underlying Passport strategy, I'm not sure if we can get access to the raw response, but I recommend looking there, as...

Perhaps we could invoke nroff directly and feed the output to pager?

Actually, gitflow has a configuration system and they use git-config: https://github.com/petervanderdoes/gitflow-avh/wiki/Reference:-Configuration Is it of any use to us?

Okay, so the gitflow has this: ``` git config gitflow.branch.develop my-dev-branch-name ``` Which is quite similar to the `flow.branches` you propose. Perhaps we could support these as fallback and otherwise...

Should this also commit changes to CHANGELOG file? Options: - autocommit by default, but allow turning this off with switch, - make autocommit opt-in with switch switch, - ask user...

I'm just trying out nhost CLI with Podman to see if I can get it to fly. From what I observed, `podman` aliased to `docker` will attempt to launch `docker-compose`...