Matthias Endler

Results 146 issues of Matthias Endler

We should have a way to grab error messages from the command line. In VSCode, we've got "output", "debug console" and "terminal" and each can contain things to search for....

enhancement
help wanted
good first issue

Since this plugin is slowly gaining popularity, I'd like to avoid breaking it with a bad release. Hence, I'd like to add some unit tests. I have no idea how...

enhancement
help wanted
good first issue

In #5, @chubin mentioned a new interface for live suggestions in cheat.sh: ``` $ curl cheat.sh/python/create+empty?query=complete create empty list create empty array create empty file create empty dict create empty...

enhancement
help wanted

See https://github.com/chubin/cheat.sh/pull/142#issuecomment-496304369

enhancement
help wanted

Maybe it's possible to have a custom tree view for quickly searching through snippets? https://github.com/Microsoft/vscode-extension-samples/tree/master/tree-view-sample Not sure if the API provides a custom search box, though.

enhancement
help wanted
good first issue

On my blog I would like to have a list of related posts below an article. My hope is to increase user engagement and make similar posts easier to discover....

enhancement
question

There should be an examples folder for showing different features of the library. This would help people get up to speed quickly and show off some of the more interesting...

enhancement
help wanted
good first issue

Would be interesting to also support HTML output, for example.

This provides a way to handle the parsing error up the call stack instead of panicking. See #668. This change should not impact the public API as `Pending` still gets...

## 🐛 Bug description Some Github repo commits don't have a valid author. Example: ```curl https://api.github.com/repos/TNG/ArchUnit/commits/c395bc282b6c52feb0165a1657086d711547829f```. In this case, the API returns `null` for the author field. This cannot be...

bug