Anders Hovmöller
Anders Hovmöller
```py raise IOError('Syntax error in po file %s(line %s)' % (fpath, self.current_line)) ``` but in fact the file doesn't exist.
It seems reasonable to modernize and clean up the code and drop support for python versions that are end of life. Do you want such a PR?
In PyCharm you can set the programming/markup language of strings like this: ```py # language=html foo = 'hello there!' ``` I find this extremely useful and use it all over...
I've noticed (and then read in the documentation) that there is no spelling correction/guessing in Nominatim. I'd like to make some research into this, but to make any informed decision...
### Describe the bug I failed to test my app in the simulator (see #1189) so I tried running on device. I failed with this too and noticed the docs...
Hi, I help beginners a lot on the Unofficial Django Discord, and a very common problem is various problems with static files. I always ask them to install whitenoise obviously,...
This conversation on reddit gives some good feedback we should take into account when improving this part of the documentation: http://www.reddit.com/r/Clojure/comments/2xa6f1/specter_data_manipulation_library/ It might be time to restructure the docs generally...
Files that have been touched seem to be listed as modified even though when you click on them to get the diff nothing is displayed. This becomes really annoying after...