Victor Engmark

Results 136 issues of Victor Engmark

I have ripped several of my CDs to FLAC, and in the process the ripper created a `.m3u` file listing them. To save space and CPU on my portable player...

Feature

My entire session: ``` bash(0)> printf 'hello world' Unknown Error :( bash(☠️)> wat Unknown Error :( ```

enhancement

And fix reported shellcheck lints.

`gitlint` has a unique concept of exit codes: - If the number of errors is between 0 and 251 the exit code is the number of linting issues (not sure...

discussion

`test_run_hook_edit` relies on the default `$EDITOR` value of the CI environment, which is not portable. For example, on Arch Linux the test fails with the following error: ```text E AssertionError:...

development

"The post’s language is not in English" mentions way down that > There are several Stack Overflow communities in other languages, and moderators can be asked to migrate questions to...

**Describe the bug** I'm unable to build on the official ruby:2.5 Docker image using Cargo from the official repos. **To Reproduce** Steps to reproduce the behavior: 1. Run `docker run...

bug
needs triage

I'm part of a project which will need to add several [extensions](https://github.com/linz/STAC) to STAC. STAC is fairly new at this organisation, and we don't have any JSON Schema experts here....

I have observed three bugs while playing audio books lately; I assume they are related in some way. 1. The time slider does not accurately reflect the length of tracks....

The relevant part of the log: ``` File "/usr/local/lib/python2.7/imaplib.py", line 583, in namespace typ, dat = self._simple_command(name) File "/usr/local/lib/python2.7/imaplib.py", line 1090, in _simple_command return self._command_complete(name, self._command(name, *args)) File "/usr/local/lib/python2.7/imaplib.py", line...

enhancement