Jeff
Jeff
Seconded. Collapsible groups are a big part of how I use File Explorer normally when I have a complicated set of files.
I think this is a very good idea because it'd mean Hjson would be syntactically ~~fully~~ **almost fully**\* compatible with [JSON5](https://json5.org/), which has this feature. The only other feature of...
> @AlpyneDreams fair point, but existing Hjson files might already contain strings like this: > > ``` > command: > ''' > cmake \ > -Dhjson_DIR="C:/folderB/hjson-cpp/build64_VS15" \ > -DQt5_DIR="C:/folderA/qt/lib/cmake/Qt5" \...
> @AlpyneDreams I had a closer look at the JSON5 specification: it allows `\x`, `\v` and `\0` in strings. And for any unknown escape sequence JSON5 will just remove the...
Do you have any other git repo folders inside your project that aren't proper submodules? Making them proper submodules or removing the `.git` folder inside them stopped the issue for...
> @AlpyneDreams See [mdn/yari#3228](https://github.com/mdn/yari/pull/3228) (cc @wbamberg) Ah, thanks. Will this issue have to move to yari or can it stay here? I maintain that this is still a problem, especially...
@wbamberg: > Second, which I care about more: I really like it when sidebars stay the same when you navigate. I think this helps people learn how to find things,...
Also, > * When the property lives in a very small module, like [filter](https://web.archive.org/web/20210117010539/https://developer.mozilla.org/en-US/docs/Web/CSS/filter), the sidebar gives you almost nothing at all. Although the introductory paragraph for `filter` actually says...
> Exposing the API name thing is fine, but having date/time is bad because it breaks reproducible builds. > I recommend exposing the API name thing the same way we...
Valve's resourceinfo (latest steamvr version) is currently actually broken and extracts textures incorrectly with all the mips kind of squished in there unless you do `-fullmip`. And when you do...