0jdxt

Results 7 comments of 0jdxt

> Try this: Copy `libpangoft2-1.0.so.0` and `libpangoft2-1.0.so.0.4000.5` from [this repo](https://github.com/ArchI3Chris/LightTable-Square-Fix) to the lighttable installation folder (i.e. the one where the `LightTable` executable is located). > > This solves the problem,...

> What do you think about [jwalk](https://lib.rs/crates/jwalk)? I tried to re-implement it with `walkdir` and it is ideal for walking directory trees whereas in `lsd` we are mostly listing the...

> What do you think about [jwalk](https://lib.rs/crates/jwalk)? Upon looking into it I will see if it helps specifically for these recursive descents I'll try it

> @0jdxt Do you have planed to finish this PR and resolve the merge conflicts? Hi! I've been busy so feel free. It's just such a mess I feel i...

summary: Some code is merely tidied. Replaced `String` of `Name` with `Cow`, reducing unnecessary allocs. `Meta` keeps raw `Metadata` to avoid second syscall for the metadata during colouring/rendering. Keep `Owner`...

> Hey @0jdxt , please don't squash and force push every change. It makes it harder to review just the changes. Hi sorry still not used to this PR stuff

> @0jdxt Had to merge in #489 . You will have to rebase your PR on top of current master. > This looks mostly good to go otherwise. Rebased! should...