Peter Bittner

Results 504 comments of Peter Bittner

Interesting, as of today, there is no such warning anymore: ```python $ python Python 3.6.7 (default, Oct 22 2018, 11:32:17) [GCC 8.2.0] on linux Type "help", "copyright", "credits" or "license"...

Replacing `imp` is fairly tricky. Too [much has changed](https://stackoverflow.com/questions/67631/how-to-import-a-module-given-the-full-path) across all Python versions. Also, I'm not totally sure what [ConfigurationImporter.find_module](https://github.com/jazzband/django-configurations/blob/master/configurations/importer.py#L135) and [ConfigurationLoader.load_module](https://github.com/jazzband/django-configurations/blob/master/configurations/importer.py#L149) are doing. Whether it needs to be that...

_Comment deleted and reported as spam._

* [runrestic](https://pypi.org/project/runrestic/) – _one of the more promising [attempts to provide restic](https://pypi.org/search/?q=restic) for Python_

@ormeirov Are you still interested in integrating [ClickTale](http://www.clicktale.com/)? I'm not using their service, but the company is still alive and their service looks promising. Looking forward to reviewing your pull...

Thanks, Carlos, for reporting this problem. Can you suggest a specific change? Do you want to try a PR?

@likecodeingloveproblems It's good to hear that! Contributors are the best people around! It's actually simple, as for the code change: 1. You'd have to adjust the regular expression in [templatetags/google_analytics_gtag.py](https://github.com/jazzband/django-analytical/blob/master/analytical/templatetags/google_analytics_gtag.py#L16),...

@carlosnasillo Can you clarify your statement? >As a result Django-analytical does no longer support for any of the new google analytics integrations. A `G-XXXX...` ID seems to be accepted by...

If I'm not mistaken this issue is still unsolved. Feel free to open a PR.

Why? Does this bring any advantages? - I think the 4 eyes principle with pull requests is a good thing.