Peter Bittner
Peter Bittner
> In fact I prefer the `gbl*` variants as they seem more clear to me and also give the option of providing glob patterns to match against. > > Also...
Okay, then let's merge the current state of changes.
> I think we're close, but looks like this change hasn't been made yet? Done.
> `gr*` seems solidly assigned to `rebase` and I prefer consistency over most other things ... Actually, my take is, following your suggestion in https://github.com/Bash-it/bash-it/pull/2159#pullrequestreview-1089453154, that `grb` should be assigned...
Then again, `git pull` is `gl`, and `git push` is `gp`, currently. That clashes with what you just proposed. 😟
I have [the same issue](https://github.com/wireapp/wire/issues/329), albeit independent from platforms I would guess (I'm running Ubuntu Linux) and it happens regularly. The regularity is probably due to the nature of its...
I think you're mixing up the [generic setup](https://django-analytical.readthedocs.io/en/latest/install.html#adding-the-template-tags-to-the-base-template) for Analytical and the [specific setup](https://django-analytical.readthedocs.io/en/latest/services/mixpanel.html) for Mixpanel. Try to remove the `{% mixpanel %}` from your code. It should only be...
I can't answer this question for sure. Usually, [our documentation](https://django-analytical.readthedocs.io/en/latest/services/mixpanel.html) walks you through the complete setup steps, at least on the Django side. Note that Analytical is really just a...
Flake8 and isort found 3 minor issues, and some of your tests are failing. Can you fix that?
> I don't have a lot of time right now, so I can't. As soon as I'm free, if I don't forget, I'll fix it. It's all good, take your...