Bart Nagel
Bart Nagel
I'm no expert, and there may be problems with this, but here's what I'm using. It might be a starting point. ```typescript type FlexMasonryOptions = { responsive?: boolean; breakpointCols?: {...
You say this is a drop-in replacement for the `` element, but the step attribute isn't accepting the `any` keyword. See https://html.spec.whatwg.org/multipage/input.html#the-step-attribute
These produce tints and shades of the color, i.e. mix with either white or black at a given ratio. See https://en.wikipedia.org/wiki/Tints_and_shades Closes #235 This changeset also adds some missing documentation...
Would you accept a pull request adding tint and shade functions? These would mix the colour with white and black respectively, at a given percentage.
[CSS Color Level 4](https://drafts.csswg.org/css-color/#the-hwb-notation) adds the [HWB space](https://en.wikipedia.org/wiki/HWB_color_model) to CSS. It would be nice to add it to chroma.js. Would you accept a pull request for this? (Issue #204 suggests...
IDs nested within other selectors aren't highlighted. For instance ``` ul { #special-item { color: red; } } ```
Any thoughts on what I can do if I have a variable number of sections to watch? I can't run useRef in a loop (it's against the "rules of hooks").
I found that if I run snapclient with `--player pulse --mixer hardware` volume changes from snapserver update Pulseaudio's readout of the Snapcast client's volume, which is good. It's coupled both...
Would it be possible to support opening a file from stdin? It may be necessary to provide an option to choose the mime type, and defaulting to `text/html` might make...
1. Press `:` to start a command line 2. Press backspace ``` src/action.cpp:1214: bool handle_command(pms_pending_keys): Assertion `false' failed. ```