Peter Bittner

Results 527 comments of Peter Bittner
trafficstars

The related change can be seen in https://github.com/jazzband/django-analytical/pull/149/commits/addf53d01c7e1db6916a08bf051613c631ba1b14.

(Sorry that this answer comes late!) How do you currently set the [FACEBOOK_PIXEL_ID](https://github.com/jazzband/django-analytical/blob/main/analytical/templatetags/facebook_pixel.py#L26-L30) in your application configuration? Wouldn't a simple `if`-`then`-`else` in your project settings module do the trick? e.g....

This is likely related to #189. Can you take a look?

Interesting! There is a [tox-pipenv-install](https://pypi.org/project/tox-pipenv-install/) package on PyPI, which is mentioned in the [Tox docs](https://tox.readthedocs.io/en/latest/plugins.html?highlight=pipfile). The implementation is [almost just a code snippet](https://bitbucket.org/schinckel/tox-pipenv-install/src/default/tox_pipenv_install.py). Can we re-use this? (Sorry, if that...

I was trying to transition from the `-rrequirements.txt` to a `-p Pipfile` syntax in [deps sections](https://tox.readthedocs.io/en/latest/config.html#substitution-for-values-from-other-sections), e.g. when I need the production dependencies installed plus some testing tools (in the...

The link of the original description is dangling. Can you fix that and rebase the PR?

Please rebase to make it ready for merging!

We're looking for this feature, too. The `kustomize edit add configmap` command has a `--from-file` option to allow this kind of operation. Currently, to give a concrete example, [we have...

What is great about `pushd` and `popd`, `cd ...` and `cd -`? It's all custom scripting that makes execution, say, in a CI pipeline super-fragile. There is no point in...

Any chance this gets addressed?