Nils Steinger

Results 18 issues of Nils Steinger

Just noticed a few recipes that are missing from the planner: - locomotive - cargo wagon - train stop - rail signal - rail chain signal - car - tank...

After installing 3.18.0-bone1 via the install-me script from https://rcn-ee.net/deb/wheezy-armhf/v3.18.0-bone1/, my BeagleBone Black no longer boots successfully. U-Boot loads the new kernel from the internal MMC storage and runs it, but...

One can't jump to the beginning/end of the filename input with the Home/End keys. According to its [documentation](http://hackage.haskell.org/package/brick-0.47/docs/Brick-Widgets-Edit.html#t:Editor), the Bricks Editor only supports Ctrl+A/Ctrl+E for that. We could manually register...

GUI programs tend to output warnings on their stdout or stderr. In paperboy, those warnings overwrite part of the user interface: ![Screenshot](https://user-images.githubusercontent.com/2692085/56476040-4f996800-6491-11e9-883d-f9c8d4a745d9.png) It should be sufficient to redraw the interface...

It would be useful if one could delete files from the inbox or library (maybe also from the rename dialog), e.g. by pressing `d` or `Del`.

This issue is basically a clarification of #148: Like @strauhmanis, I want to check different sites/commands at different intervals. So far I've resorted to having `urlwatch --urls=urlwatch.5mins.yml` and `urlwatch --urls=urlwatch.hourly.yml`...

enhancement

This PR addresses multiple problems with project files (see #272 and in particular https://github.com/ozmartian/vidcutter/issues/272#issuecomment-1031884298): - Make it possible (again?) to write VCP files (was broken by a string comparison that...

The README gives an example on how to use the `extra_args` argument: ``` output = pypandoc.convert('# Primary Heading', 'html', format='md', extra_args=['--base-header-level=2']) ``` One might, uhm, possibly, fail to notice that...

The static binary was originally added for three reasons: - Less effort and system clutter: Among `nench`'s software requirements, `ioping` is arguably the most uncommon and least likely to be...

enhancement

One of my systems can only access the IPv6 internet via a tunnel, so I have increased the precedence of IPv4 over IPv6 in `/etc/gai.conf`: $ cat /etc/gai.conf # Configuration...