Tommy Jolly
Tommy Jolly
May be related to/ same as #8378.
I use underscores in leading arg position, like (-setq (_ _ c) '(1 2 3 4)) And `_` remains unbound BUT there are inconsistent behaviours. After evaluating (-setq (_) '(1))...
Thanks for working on this :) hope these little bugs aren't to discouraging, I think you've already improved on the previous behaviour.
another color typo `https://github.com/finnhvman/matter/blob/master/src/utilities/colors/colors.css` Uses error color instead of onerror in the 2nd declaration. ``` .matter-error { --matter-theme-rgb: var(--matter-error-rgb, 238, 0, 0); --matter-ontheme-rgb: var(--matter-error-rgb, 255, 255, 255); } ```
...we could also do a simpler value slurp and leave trailing whitespace unaltered, too. I can't imagine anything relies on trailing whitespace in values though, given that org won't read...
Thanks a lot! No problem about response time, I can only apologise for throwing so many thoughts and ideas at you. I mean well.
You've mixed up slot= and name= attributes. Try `slot name="x"` then provide content with `h2 slot="x"` (or another element). Also GitHub issues aren't a help forum, they're for reporting bugs...