Taylor Hunt

Results 33 issues of Taylor Hunt

If a `.gitignore` file has comment lines, `browser-refresh` will announce them as patterns, like so: ```sh $ browser-refresh index.js [browser-refresh] Watching: /Users/me/git/project [browser-refresh] Ignore rule: #### MacOS #### [browser-refresh] Ignore...

_“This seems overly-specific?”_ Kinda, yes. But HTTP cookies have an interesting combination of properties: - They often hold identifiers that `nanoid` is very good at generating: short-term session IDs, long-term...

- Made a reusable function for checking the redness of a pixel at a given y-coordinate - I’m pretty sure the `for` loop doesn’t call `Object.keys()` every iteration, but then...

https://github.com/csswizardry/ct/blob/1f0a063ceb7eb4dc8f0990d9ff40fb56f7d65006/ct.css#L187-L203 > Async and defer simply do not work on inline scripts. It won’t do any harm, but it’s useful to know about. This is true for classic scripts, but...

## Description Marko’s compilation to server-side templates could perform provably-safe HTML minification during compilation. (Runtime minification is probably too expensive to be worth it.) ## Why Perf matters! Running Marko’s...

### Marko Version: 4.18.10 ### Details When using a Marko project in a root project, components will automatically be discovered at `./components`. When using a custom taglib from `node_modules/`, the...

## Description The [transformation of passed arrays/objects to the `class` attribute](https://markojs.com/docs/syntax/#class-attribute) is very convenient. While not used nearly as often as `class` (though, really, what attribute is), there are other...

## Description It’s a shame that to use all the features of browser event handlers, one has to drop out of the happy path syntax and manually initialize/clean up listeners...

## Is your feature request related to a problem? Please describe. It’s a bummer how iOS needs separate ``s for each combo of device screen dimensions+density+orientation. Hopefully Apple will allow...

help wanted
feature request

The backwards-compat story is partially detailed under [§ Feature Detection](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/ControlUICustomization/explainer.md#feature-detection), but is there a native no-JS way to have old controls progressively enhance up to the newer ones? Like: ```html...

Custom Control UI