Oliver Kopp

Results 443 issues of Oliver Kopp

When I execute the script, I get following output ``` INFO:root:Scanning and diffing... ls: /storage/emulated/0/Android/data/ch.threema.app/files/tmp//.nomedia: Operation not permitted INFO:root:Total: 0 bytes ``` Would it be possible to skip read errors?...

The tool should be able to walk a tree by itself. It could then store the list of all markdown files first and then do the analyzes. While analyzing, it...

enhancement

When having hundreds of tests, it is difficult to switch to the failing ones. Example: ![grafik](https://user-images.githubusercontent.com/1366654/101262258-80e5ab00-373d-11eb-9d1d-449d3bf4cf3a.png) My solution proposal: Sort the list of check outputs by "priority": failing, running, queued,...

enhancement
Ideas
Awaiting Feedback
Userscript

When mixing lists and enumarations, the sub list should have an indent of 3 spaces: ```markdown 1. example1 - sub 11 - sub 12 2. example2 - sub 21 -...

enhancement

### Good ```markdown [hyperref]: https://ctan.org/pkg/hyperref [listings]: https://ctan.org/pkg/listings [minted]: https://ctan.org/pkg/minted ``` ### Bad ```markdown [hyperref]: https://ctan.org/pkg/hyperref [listings]: https://ctan.org/pkg/listings [minted]: https://ctan.org/pkg/minted ``` ### Explanation I sometimes encounter Markdown documents where the list...

new rule

Adds a build using GitHub actions including an artifact upload. This somehow supersedes https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/pull/39.

Is it possible to make this list ready for the [awesome-list](https://github.com/sindresorhus/awesome). The checklist https://github.com/sindresorhus/awesome/blob/master/pull_request_template.md is very easy to follow and I think, there is not much missing to get it...

[](https://issuehunt.io/r/sindresorhus/np/issues/204) I am running `git version 2.15.0.windows.1`. I get following output: ``` √ Running tests × Bumping version using npm → v2.0.0 Publishing package Pushing tags × Command failed: npm...

bug
:dollar: Funded on Issuehunt

[markdown-toc](https://atom.io/packages/markdown-toc) from atom inlines the configuration of the TOC. Example: ``` - [Contents](#contents) ... ``` Is it possible to support a subset of that? I would propose: ``` ``` Depends...

When using the script with [keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog), the links are generated wrong. The links render fine: ![grabbed_20160912-120554](https://cloud.githubusercontent.com/assets/1366654/18432268/55b0c362-78e1-11e6-9263-6f6b73473c27.png) The target is wrong: E.g., "unreleased" points to https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...HEAD instead of #unreleased I assume...