Karl-Philipp Richter

Results 54 comments of Karl-Philipp Richter

By accident I figured out how `blocks` work. You definitely need to explain it in `README`.

``` def __init__(self, *, device, **kwargs): ^ SyntaxError: invalid syntax ``` happens because you invoke the program with `pthon2`, rebuild the application with `python3 setup.py build && sudo python3 setup.py...

README should be updated to point there and the dead link should be removed.

I'm just trying to get a quick glance at dataparksearch and certainly didn't RTFM. Would it make sense to make `configure` fail if no SQL server is specified or give...

My intention was just to make it more visible (see above) and maybe print it as one of the last statements of `configure` to improve intuitive usage.

> Is my docker wrapper still relevant today ? I discovered [craft](https://github.com/KDE/craft) only shortly after opening the issue and PR which might be intended as successor of `kdesrc-build` (like BuildStream...

> How do you think we could advertise docker-kdesrc-build a bit more to the KDE community ? It has been around since 5 years, but the community isn't aware of...

Seems to be maintained and certainly easy to install (given the fact that it's standardized GNU software). I just filed a few issues with docbook. Their CI is broken and...

@reingart I think your contributions on a microk8s feature/addon to enable IPv6 would be very welcome.

Thanks for the feedback. Can you document nested `for` loops in `mentries_tofile`, please?