Christoph Grabo

Results 9 comments of Christoph Grabo

Sounds like a great idea. GFM is `Version 0.29-gfm (2019-04-06)`, but since I haven't updated the C sources for a while I think we shouldn't see any significant differences anyway,...

One more confirmation of this issue. I usually use a pattern like ```sh PATH_add bin ``` in my project folders to automatically add repo local executables and scripts, but this...

> anyone willing to carry on the torch? i really do feel like i can't start a minecraft server world without amidst to show me some nice starter community island...

I really like the error messages of [Elm](http://elm-lang.org/blog/compiler-errors-for-humans) and Rust btw. Maybe also a good inspiration.

Found this pretty nice example and explanation of [Cold vs Hot (by RxJS)](https://github.com/Reactive-Extensions/RxJS/blob/master/doc/gettingstarted/creating.md#cold-vs-hot-observables) (in case you don't want to watch a video).

This is not an issue with bundle-audit, but the Ruby enviroment itself: https://github.com/rubygems/rubygems/issues/3551 Quickfix is to run `gem update --system` first: ```shell # example gem update --system gem update --force...

You can use real checkboxes to your list if you like (gives you also progess bars in issue/PR overview): ``` md - [x] mark me - [x] another point -...

You're welcome! :bow: Thank you for this awesome tool!

The issue with the static link check is slightly different, as I have described in [my comment] of the linked PR. The gist is: the check is not reliable and...