Peter Bittner
Peter Bittner
I have no idea how to build this. It probably requires an MS Visual Studio Solution project. AppVeyor can build this, sure. The binary can simply be copied, though, without...
We should maybe aim for a simpler solution (not trying to copy what [IDLE](https://docs.python.org/3/library/idle.html) already does). This could be: 1. Provide a **"Show commands I typed"** that would pop up...
It doesn't strictly need to be about money, does it? We could add a "Thank you!" site (I think there are some, e.g. https://saythanks.io/) to help push some motivation into...
Here are two ideas related to that: - Add the help text as a docstring to the function you're calling. Then you simply run `print(self.__doc__)` (or similar) generically to print...
What does `Alt`+`P` and `Alt`+`N` do? It clears what you have typed. Does that make sense? Oh, it goes back the command history (`Alt`+`P`) and goes forward the command history...
Anyone still interested in GA Universal Analytics? - Pull request anyone?
@rocktavious Are you willing to contribute the implementation? This is an easy thing: Just take one of the existing implementations in [templatetags](https://github.com/jcassee/django-analytical/tree/master/analytical/templatetags), and roll your modified version. If you need...
Just checking, do we mean to support Google Tag Manager too by this implementation? ([What is the difference?](http://stackoverflow.com/questions/23640645/what-is-the-difference-between-google-tag-manager-and-google-analytics)) *Disclaimer:* I'm not using GA for years. So, my knowledge about it...
Just a heads-up: There are two PRs that are candidates for solving this issue: #140 and #154 ## Please, consider replacing the old module As a side-note, I'd really appreciate...
Anyone willing to consolidate the 3 `google_analytics*` modules into a single one? That would be a great contribution for an upcoming version 4.0.0 release. :rocket: :guitar: