Stefan KP
Stefan KP
https://github.com/getify/You-Dont-Know-JS/blob/master/async%20%26%20performance/ch6.md#benchmarking You could use the built-in `console.time()` and `console.timeEnd()` in this benchmarking example, as the `console` offers many more options than just `log()`. https://developer.mozilla.org/en-US/docs/Web/API/Console/time ``` console.time() // do some operation...
https://primer.style/brand/components/Prose Would be great to add styling support for - `` - `` - `` - `` - `` - `` - `` - ``
> River.Content does not accept a Heading with as="h2". River automatically applies as="h3" by default. Using `River` and `FAQ` automatically uses `h3` headings. Semantically, that doesn't always make sense, e.g....
### Describe the bug The forward slash `/` and subnav items shift when the page loads. On localhost, sometimes they get stuck below the headline. I've only been able to...
### Describe the bug A simple `Bento.Item` without background, has vertical padding removed by `row-padding-override`. This doesn't happen when the `visualAsBackground` is set, even if there's no visual. Which is...