♫ Christian Krause ♫

Results 78 comments of ♫ Christian Krause ♫

I would welcome instructions not just for GitHub but for others like GitLab as well. Like a collection on how to do continuous deployment.

Isn't `0.x` required to be stable, i.e. breaking changes requiring `0.(x+1)`?

@fdehau I'd like to help. You have some low hanging fruits to get started?

> I'm looking for a way to get the offset value as well, so I can properly place a cursor on the active selection, which is not always obvious due...

cargo make does not seem to be compatible with rustc 1.56.1: ``` error: failed to compile `cargo-make v0.35.8`, intermediate artifacts can be found at `/tmp/cargo-install52QPLl` Caused by: package `os_str_bytes v6.2.0`...

@adrienverge Thanks for the explanation! Your thoughts about `[min|max]-empty-lines-[after|before]` are very reasonable, so I'll get started on the PR for that.

@adrienverge I need your advice again :-) At the moment, there are three types of rules, i.e. `TYPE = 'comment|line|token'`. For comparison, `yamllint/rules/document_start.py` uses `token` to check for `DocumentStartToken`, while...

> > It seems that line counting can't be done with the token-based parser, because it only goes up to `nextnext` and we'd need to peek further than that to...

@adrienverge Thanks for the review. I'm gonna do the rest of the work, likely spread over the next couple of days. When I'm done, I'm going to remove the draft...