Ewoud Kohl van Wijngaarden

Results 290 issues of Ewoud Kohl van Wijngaarden

Sometimes tools expect a certain extension or it is just cleaner to have one. This adds an optional parameter which keeps the API compatible.

### Issue description A lot of students run into the problem that the command line convention is not clear. We do explain it in the intro to command line, but...

Currently we install a virtualenv which is considered a best practice, but maybe a bit too complex for beginners. Nowadays you can use ```pip install --user Django``` for a good...

When you use git on Windows in the default configuration it warns about line endings. Warnings scare new users and I know there are some options to not show the...

type: enhancement
newcomer friendly
os: windows

In our spec we have the following line which triggers two warnings: ```bash sed -i '/^---/ a #replace default location of "settings.d"\n:settings_directory: %{_sysconfdir}/%{name}/settings.d\n' \ %{_sysconfdir}/%{name}/settings.yml ``` ``` $ rpmlint packages/foreman/foreman-proxy/foreman-proxy.spec...

bug

This saves on duplication. Right now the command must be overridden since the default does not pass --parallel --format github. Webmock is removed since it's redundant and saves on Rubocop...

Needs testing
Not yet reviewed

modulesync

Since 97dd16fa32886b5b0f77a6f38a4953d4c1511c0e this parameter is a bad idea. It doesn't do a daemon reload and it may restart at the wrong time. In fact, I'd argue it's always been a...

backwards-incompatible