Poliorcetics

Results 207 comments of Poliorcetics

Not a real solution but while waiting for an implementation, you can use `zz` to center the cursor when not at the top of the file. Quite cumbersome if you...

I checked all uses of `Document::url()`, the main other case is for symbols, and I don't think it will be affected then ? Or at least, it won't lose symbols,...

@Frojdholm I had already started on your suggestion on my side, I looked at yours in diagonal, it seems like we got similar solutions, except for the `C:`/`c:` check. Edit:...

I have not yet pushed my changes, I was benchmarking both approach (normalizing at init and storing the result vs normalizing during comparison). The worst case in both approach is...

Rebased on recent master, it was conflicting

I'll ask there, sorry for the noise

Related: https://github.com/xdg-rs/dirs/issues/45

> Cause there is no solution, how the lib would decide if it must follow XDG or mac convention on a mac ? Another entry point in the API ?...

Well, my PR on `dirs-rs` was refused :/

I'm a user of several projects using `directories-next`. Several respect the `XDG_CONFIG_HOME` env var if set and fall back to the default macOS dir if not. That's something I like...