Kilian Valkhof

Results 57 issues of Kilian Valkhof

Hey! Awesome library. Something that would be useful for me is an option to set the maximum number of visible toasts, that will automatically dismiss the oldest one when the...

enhancement

querySelectorAll with multiple selectors returns the elements in source order. So the following HTML: ```html h1 h2 h3 h2 h3 ``` Combined with this javascript: `document.querySelectorAll("h1, h2, h3");` will return...

This adds initial html-sketchapp-cli support for color, colorpalette and type. I think adding a `data-sketch-symbol={image title}` if an image has a title could be useful too.

_Splitting this off from #392 just to keep singular issues_ I would like the ability for Catalog to render on a given URL all the specified pages in one long...

It would be nice to allow for custom attributes on color and type specimens specifically, and probably generally for other specimens too. My specific use case is as follows: I...

enhancement

## Feature request ### Overview For the tabs I would like an option to keep the inactive tab contents around in the DOM. For components with a heavy mounting cost,...

Type: Enhancement
Resolution: Needs Investigation
Difficulty: Medium
Package: react/accordion
Package: react/collapsible
Package: react/tabs

### What type of issue is this? Incorrect support data (ex. Chrome says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? source: https://github.com/mdn/browser-compat-data/blob/main/css/properties/overflow-clip-margin.json#L14-L17...

needs triage 🔎

"Copy" icon, based on the existing File icon. ![Selection_011](https://user-images.githubusercontent.com/41970/65599173-7ce8c580-df9d-11e9-955d-1067d4f4e370.png)

When building an app with multiple inputs: ```js build: { rollupOptions: { input: { index: path.resolve(__dirname, 'index.html'), panel: path.resolve(__dirname, 'panel.html') } } }, ``` rollup automatically creates a shared `app..js`...

https://github.com/gamburg/margin seems like a parser very close to how most people use FromScratch. Adding it as a "backend" would allow more powerful search and possibly other features as well.