Don
Don
~~Looked further: --ifm-alert-background-color-highlight could use #RRGGBBAA instead of color-mod to add alpha, and maintain themeability. That's an easy fix. Same with --ifm-blockquote-background-color.~~ ~~--ifm-blockquote-base-background introduces a new yellow that is only...
I also can only generate 1 at a time, so I like this idea. Might be nice if it just continually generates until you say to stop?
Running on windows? That cat and jq command won't run on windows. You need config.json as a single string.
I was exploring the `@adobe/spectrum-adaptive-theme` package to see how it works, and I found it's broken too, because it depends on this package and it's imports, so it would be...
My use case was pretty mixed, (a listing of servers, some belonging to clusters (sections), some not, sorted alphabetically by name). A divider before items that come after sections would...
I am seeing similar `(error) error code: 1016` in my logs. I am fetching a file from r2 with a regular fetch via a cloudflare configured custom domain. All of...
If it helps, I've noticed that rolling back one version to 3.33.1 fixes it, so it must have been introduced by a commit between that and 3.34.0.
Another thing I noticed was it only happens if the parent doesn't contain enough space to fit the list, so for example: Works: ```jsx // height bigger than list ({...
An alternative might be allowing components to accept children for rendering, either before or after? Then I could wrap the component, and allow more generic customization. Although, my specific use...
> these 2 blocks are "static" and not part of the sidebar scrollable area. Hmm, I was thinking I wanted my version switcher to be part of the scroll area,...