Anders Hovmöller

Results 60 issues of Anders Hovmöller

The tutorial for using wait() ONLY has an incorrect example, it doesn't actually show you who to use it correctly! Took me quite a bit of time digging in the...

- GUI to turn on/off subtitles - GUI to change subtitle language if applicable - Download subtitles automatically. Maybe use https://github.com/manojmj92/subtitle-downloader

It'd be nice to be able to run CMi on Linux. This requires a Linux version of CMiVideoPlayer.

The engine calls directly into tvshows and movies for file matching and cleanup. It should rather go through the plugin API.

It'd be nice to be able to run CMi on Windows. This requires a Windows version of CMiVideoPlayer.

It would be very cool if the crash page on missing migrations would have a button to makemigrations+migrate! Example error ``` ProgrammingError at /admin/store/product/1/edit/ column store_product.amount_limit does not exist LINE...

good first issue

The current error in django is: ``` TypeError: cannot unpack non-iterable int object ``` If you do `User.objects.get('123')` you get: ``` ValueError: too many values to unpack (expected 2) ```

good first issue

We should suggest the correct filename. For example today I tried "foo.html" and it should have been "foo/foo.html" ('foo' being unique!). Running over all of the directories and doing some...

Similarly to #1 we should be able to guess what the programmer was trying to do 90% of the time with some simple heuristics and Levenshtein distance.

The prompt has to be "user>" or "mal-user>", the guide doesn't mention that until you run the test suite and it complains about that. "distringuishing" is not a word :P...