Hong Xu

Results 374 comments of Hong Xu

It's totally possible to avoid calling `ls` by parsing `$LS_COLORS`, but can the shell script version do faster than leaving the task to a fast program in native code?

Maybe we can rename `sitemapBaseUrl` to `publicHostingBaseUrl`? There are probably more unknown optimizations for public hosting that are not done...

I remember that the Vim plugin implementation should be correct. However, editors have limitations and enforcing either should lead to some editors not being able to do so.

I don't think they are the same. However, I don't think we'll implement exactly `N` new lines at EOF because this is not a feature that's widely available among editors...

Actually I don't think this is true. If the existing file has only 1 final newline, some editors will delete this final newline. What if the file has multiple newlines...

Yes, this is a bit confusing. Vim plugin doesn't do it partly because there's no way (or no clean way) to enforce no EOF of a file. If memory serves,...

There's already a plugin for this: https://typedoc-extra-footer.8hob.io/

I don't oppose adding this feature to typedoc. Although architecture-wise I think typedoc should leave these kinds of specialized theme customization options to plugins, even as **builtin** ones. This is...

I think this is a bug, as there's really no meaning `*` in brackets. We really tried to mimic gitignore patterns in the beginning, and my experiment shows that gitignore...

@sheremet-va Could you share a reference? I do not see a way to add a timeout directly as the last argument. I also updated the text and description for better...