Will Eccles

Results 35 comments of Will Eccles

This is not a bug. Your `unique_ptr` would take ownership of the `XMLElement`, which this pattern prevents. A private destructor ensures that only a friended type can manage its lifetime....

Making it the statusline's job to compute a relative path (a relatively complex operation) every time it updates has, in my opinion, more downsides than it's worth, particularly on slower...

One other thing to note is that it's not just the statusline that's affected. Anything which does `expand('%')` or similar is also affected, as well as things like `:w`.

`std::format` support is brand new as of [GCC 13 and Clang 15](https://en.cppreference.com/w/cpp/compiler_support/20) (Clang 14 does not support it unless built with experimental features enabled). I still use `{fmt}` (and probably...

The additional maintenance overhead is trivial; simply add a couple lines to the CI task that generates releases to add the man page (and of course, add whatever is required...

Despite not being a rust developer, I just investigated how `clap_mangen` may be used for Tokei. It looks like the only thing blocking the ability to do it with the...

@ntBre If you want to save yourself the effort, you can also just add `clap_mangen` as a runtime dependency and make a hacky build that quickly generates a man page...

Not sure how bash is relevant here, as it shouldn't have anything to do with URL handling. If your terminal is including the parentheses in the URL, that's an issue...

@aosync this is not a conversation relevant to this issue, and it's one that has already been played out in the server itself.

If you think the mods should do things differently, you can take that up with us in the feedback channel on the server. However, this is not the place to...