Cosmic

Results 314 comments of Cosmic

Went ahead and opened a PR to nixpkgs NixOS/nixpkgs#338369

Closing this as it seems to be resolved

Being able to distinguish the installation type seems like a very nice addition. I'll hopefully get through reviewing things and get a release out maybe next weekend > Clippy randomly...

Went ahead and split out and merged the locate refactoring bit, and cleaned up this branch so that it's just adding the installation type. I'll try to review all of...

Another alternative would be dropping storing the installation type in the `SteamDir` entirely and just returning it with the value returned by `locate()` and `locate_multiple()`. This way `from_dir()` could omit...

It's now undeprecated in the latest release, and we don't use home dir detection on windows anyways which was why it was originally deprecated

It looks like the problem for why it was deprecated was windows specific, and we only use it on non-windows platforms, so we should be good with using the deprecated...

You can wrap the output in a `` tag to preserve the formatting. That's what `to-html` does although it's probably worth documenting somewhere

I think that's reasonable enough. In `to-html`'s case it's also used to set a class for the entire output ``, but I believe that could be switched to a ``...

100% agree! After more of the pending minifier changes shake out I was planning on moving all of the optimizations to operate on the abstract HTML before we emit it...