Alexandru Macovei

Results 18 comments of Alexandru Macovei

All (or most) else being equal, I would prefer to use networking applications written in rust for the reliability and security. In the past I used a fork of `tftp_server`...

First off, I think I can poke at the `dyn Filter` idea. This will probably require 2 `traits`, a `Filter` and a `MetadataFilter`, the idea being that the `dyn Filter`...

I think this is also partly a missing feature, so maybe this discussion is worth forking into a separate issue. In addition to displaying both annotated and lightweight git tags,...

I'm interested in implementing this. It looks like rayon has to be replaced with an async runtime, along with significant async-ification. Rayon does not provide any sort timeout facility (nor...

Can you also provide a listing of that specific directory? Also, you can run `starship timings` in that directory to see how long each module takes to run.

@davidkna > I think killing might be difficult to implement correctly. The process_control crate docs mention if done incorrectly this kind of thing may kill the wrong process. Indeed, it's...

@davidkna At least with my config on my machine, replacing rayon with async_std actually seems 1-2ms faster ```bash starship on  master [$?] is 📦 v0.48.0 via 🦀 v1.51.0-nightly took...

#672 would definitely be good to have. The one piece still missing from that design is getting the search action from a unique global component (the search bar) down the...

@extrawurst This only displays local branches. Afaict asyncgit cannot report the upstream branch for a local branch, and that info would need to be added to `struct LocalBranch`, which would...

I also ran into these usability issues with copying. Maybe it would be useful to display the text that was copied in the notification? Additionally, copying might fail (e.g. if...