Anatolij Vasilev

Results 29 comments of Anatolij Vasilev

Could someone review and merge? @kagof

I haven't figured out a good way to get the completions when installing `bat` using `cargo`. This issue would solve the problem imo.

> `mgba -m 3 game.gba` opens 3 mp windows with the same game.gba rom > `mgba -m 3 game1.gba game2.gba game3.gba` opens 3 mp windows with the 3 different roms...

While true, you can use the `->` modifier in **C** to access members in a struct on a pointer. The arrow is just syntactic sugar. You could always write `(*struct).member`...

> Yes, but you can't call method in C anyway. Maybe better to rewrite all about `->`? Yeah, I completely agree - talking about methods while mentioning C is wrong....

@chriskrycho Calling functions methods is still wrong at that point though.

> 您好!您的邮件我已收到,我会尽快的查阅邮件。谢谢您的来信! @denisidoro: Could @jackandroselv get muted? It appears that he isn't a contributor and isn't conscious that his e-mail auto reply makes comments under every issue and every PR.

Additionally, I had to swap the multibyte checkmark icon with a single-byte checkmark icon since it was breaking tests. Also, it could break the UI since it's rendered differently on...

@deepu105 I'm not sure why clippy is failing as I haven't touched `AppResource ` Edit: Since clippy is failing not as a result of my changes, I added an attribute...

Hey @deepu105, yes, they were multi byte characters, which means that they get rendered differently depending on which font, shell and or terminal you use. Futhermore a test was failing...