Andy Walker

Results 92 issues of Andy Walker

It would be nice to have optional mappings/init/etc broken down by OS, then Hostname, then distro/version like the following JSON ```json { "mappings": { "one": "two", "two": "three" }, "init"...

Then unencrypt them when linking, maybe? Need to iterate on the design. Would be nice to have an extra layer of security for files that might contain sensitive information being...

For the life of me, I cannot figure this out. If I add either of these parameters to an individual page, everything is fine. If I try to add them...

It might be good to have a concept color for "focus" or "current" to represent an object of particular, immediate focus. Or just make "notice" better as per #1

Currently these are broken with semantic highlighting: https://github.com/OmniSharp/omnisharp-vscode/issues/3864

Could call out specific locations to take shots from to demonstrate theme features.

The placeholder image swatches and text samples are a stopgap only; they should all be generated just like the themes. Because mktheme is Go, there's a decent image generation library...

help wanted

[WCAG AA contrast requirements](https://www.w3.org/TR/WCAG21/#contrast-minimum) allow a relaxed contrast ratio of 3:1 for "large-scale" text, which is [defined](https://www.w3.org/TR/WCAG21/#dfn-large-scale) as "at least 18 point or **14 point bold**" (emphasis mine). Given that...

The CIELAB lightness translation to generate background/foreground color variants feels a little hackish and arbitrary. Foreground variants, especially, are kind of useless Consider: - lightness-weighed CIEDE2000 - translation through HSV...

expert wanted