Denys Dovhan
Denys Dovhan
Again, `git config user.name` doesn't show your GitHub user. It shows you Git user.
Sure, you can do it yourselft. Here's a guide how to create a custom section: https://spaceship-prompt.sh/advanced/creating-section/#Typical-section-breakdown You can create your custom `git_user` section. Istead of `foobar --version` you can run...
That is a nice idea. However, I don't think it's feasible to query github status api on every prompt. We should probably do that once in an hour or so.
Hey! Thanks for reaching out. We have recently changed how our subsections are being rendered. We recommend using `spaceship::refresh_section --sync` for that matter. You can also use `spaceship::core::compose_order` to take...
Huh, seems like we need better detection mechanism for Ansible?
Hey, @webknjaz, could you help? Right now, we're trying to detect ansible playbooks by this grep expression: https://github.com/spaceship-prompt/spaceship-prompt/blob/ba6f8921db4bc60264271f0f28ff5d7102604f85/sections/ansible.zsh#L37-L39 Could you suggest any possibly better approach for detecting Ansible projects?
Aren't build tool change the `scalac` binary in `PATH`? If not, we can still retrieve the current active Scala version by the build tool itself, similarly to how we do...
cc @TheNightmanCodeth @PoissonBallon please take a look.
Thanks for this PR. I'll take a look at this one when I will deal with the rest of the PRs and issues. Improvement with git flow is our top...
Could you also work on something like `git_state` module from Starship: https://starship.rs/config/#git-state That shouldn't be hard to make. Would you be interested in delivering that as well?