Matthias Endler
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....
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...
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...
See https://github.com/chubin/cheat.sh/pull/142#issuecomment-496304369
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.
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....
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...
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...