Roman Perepelitsa

Results 656 comments of Roman Perepelitsa

The code for `dir` in p10k is quite complex because in addition to the properties listed by @maximbaz there are a few more. - Directory is truncated to fit on...

FYI: The approach chosen by powerlevel9k has a few issues: - https://github.com/bhilburn/powerlevel9k/issues/1267 - https://github.com/bhilburn/powerlevel9k/issues/1306 - https://github.com/bhilburn/powerlevel9k/issues/1305 - https://github.com/bhilburn/powerlevel9k/issues/1291

> The issue here is we are reporting fundamentally different data (thread time vs CPU time) I found this out the hard way. I've migrated my code from Windows to...

> I was looking at git2go/libgit2 to implement git status at shell $PS1 prompt... (If you just want fast git status for your shell prompt, take a look at https://github.com/romkatv/powerlevel10k...

@ethomson I'm kinda trying to gauge whether I should. Is it something libgit2 folks care about? Is my code totally crazy? If I send a PR without first creating an...

@ethomson Got it. I'll send a PR after fixing whitespaces that got messed up (tabs vs spaces, sigh).

@ethomson I sent you https://github.com/libgit2/libgit2/pull/5018 -- the smallest improvement both in terms of code size and impact. If this goes well, I'll send the other two. I'll already know the...

I've implemented several more optimizations and now my version of `git status` is about 10 times faster than `lg2 status` and 2.5 times faster than the regular `git status`. This...

@tiennou Wow, thanks! Going through my messy commits must have been quite a bit of work. Can I propose that your file the PRs and list me as a reviewer?...

This plugin is riddled with bugs and it doesn't do anything useful. You'll be better off with just `bindkey -v` plus a few key bindings.