Peter Bengtsson
Peter Bengtsson
This is the right place. Sorry for the late notice. I can certainly reproduce the problem. I'll try to take a look.
Try now.
Autocompeter is deliberately built so that other companies can download it and install it on their own server. I'm running my own instance on https://autocompeter.com for fun and for my...
Any thoughts on this?
Also, fixing this would be we don't need to correct the excessive plural `s` on `times`.
Perhaps [here](https://github.com/bradmontgomery/django-querycount/blob/61a380d98bc55e926c011367ecc2031102c3484c/querycount/middleware.py#L145) it could instead do: ```python def _duplicate_queries(self, output): """Appends the most common duplicate queries to the given output.""" if QC_SETTINGS['DISPLAY_DUPLICATES']: for query, count in self.queries.most_common(QC_SETTINGS['DISPLAY_DUPLICATES']): if count
I keep getting this when doing `pip install -r requirements.txt`: ``` awesome-slugify 1.6.5 has requirement Unidecode=0.04.14, but you'll have unidecode 1.0.22 which is incompatible. ```
I think this new warning comes from newly upgrading pip 10.
I tried it out. It seems to work. However, what doesn't work is to mix this with rotation. My element looks like this: ``` .thing { transform: rotate(270deg); } ```...
One thing I'd like to achieve is to do custom things with the text *depending* on the URL. For example: ```jsx // calling it "textProxy" but it can be "textDecorator"...