Mathias Rav
Mathias Rav
> Also, keep in mind that the `Makefile` by LKH that you modified isn't used in the build process, it has to be CMake. > Edit: actually never mind, I...
Any plans to implement interpolation of a closed curve, i.e. "splinegon interpolation"? I would like to extend [Ipe](http://ipe.otfried.org/) ([feature request](https://github.com/otfried/ipe-issues/issues/140)) with a drawing tool to draw the natural splinegon through...
I use ownCloud in English in Denmark and would like to set Monday as start of the week. This is possible in the Tasks app, but not in the Calendar...
I have the same issue with a purchase made in Denmark and trying to download in the US. The free preview is downloaded instead. Output with `-v --dump-pages`: [youtubedl.txt](https://github.com/rg3/youtube-dl/files/991475/youtubedl.txt) EDIT:...
Yes, I can download the video in Denmark.
I've just started using django-mediumeditor in a Django 1.8 project called [regnskab](https://github.com/TK-IT/regnskab) with [these settings](https://github.com/TK-IT/regnskab/blob/master/regnskabsite/settings/common.py#L53), setting the `widget` of a `CharField` to `MediumEditorTextarea` and including [`{{ form.media }}` in the...
Aha, a memory usage warning? That must be a memory accounting bug! Raise the memory limits everywhere by 2 MB! ... Just kidding. I would guess this is a regression...
Hm... The code doesn't seem to be wrong. `source_impl` derives from `source_base` which derives from `node`. Maybe the override keyword is only applicable when the method is in a direct...
I have done some cleanup in branch `windows_h` after analyzing TPIE and Boost header includes using [a small Python program](https://github.com/Mortal/winheaders). Mainly, I discovered that sysinfo.h might indirectly include `ws2tcpip.h` (a...
This is done in the queue branch.