Matej Ľach

Results 4 issues of Matej Ľach

It seems that known types, (structs) are not being highlighted when used as a type in another struct: ![struct_types](https://cloud.githubusercontent.com/assets/531930/15627167/96b7c854-24d3-11e6-92c3-a3395702bf94.png) In this example, I would expect the `String` of BString, `Vec`...

enhancement

I was trying to implement a [fix](https://github.com/rust-lang/cargo/pull/2149/files) for `cargo` ([the issue](https://github.com/rust-lang/cargo/issues/2123)), however the only way of improving the error message involves cutting out the bad flag/option out of the error...

enhancement

It would be really nice if one could change the font size of the tweets, without affecting the rest of the UI. Is this possible/planned? Thanks.

On the Git CLI, I can use `git push -o ` for example `git push -o merge_request.create` to supply string options with `push ` that are then processed on the...