moorchegue

Results 30 comments of moorchegue

Same when swapping City model.

I have this same problem on Python 3.6.2, Django 1.11.2. A lot of cities affected: ``` In [27]: City.objects.filter(name="Düsseldorf").first().slugify() Out[27]: '2934246-Düsseldorf' In [28]: City.objects.filter(name="Montréal").first().slugify() Out[28]: '2992118-Montréal' In [29]: City.objects.filter(name="Toruń").first().slugify() Out[29]:...

Related (probably) question. What are the ways to find a city by the "normalized" form? In the cities5000.txt the 3rd column is actually always a somehow normalized form. Is it...

Answering my own stupid question: it's `name_std`. Please disregard the last message.

Nope. I believe with Python 3 unicode issues are a thing of the past. Am I right? ☺

Also for the multiple-site projects there're alternative approaches (e.g. http://niwinz.github.io/django-sites/latest/) and it would be nice to not have to use a single package but have some flexibility. Although this is...

I guess that's a no then :smile:

Same thing here, version 0.11.1. A couple of twists: sometimes window is empty, sometimes some really old messages are loaded (exactly the same every time it happens), and only the...

I did a little bit of digging and found out that playing sounds via Pulse inside the container actually works. So it looked like something changed in Zoom itself. But...

Looks like the newest version crashes entirely due to the same issue: ``` No PulseAudio daemon running, or not running as session daemon. Something went wrong while running zoom, exit...