-
## Issue Description
I see in various theme.json files two different notations to reference presets:
- `"box-shadow": var:preset|shadow|natural)`
- `"box-shadow": var(--wp--preset--shadow--natur…
-
Hi,
I've been working on some more completions, and I noticed that sometimes we can't offer a reasonably complete list of options, so I'd like to be able to offer hints instead.
Imagine a program to…
faho updated
2 months ago
-
## Description
With the current implementation there is no way to do the equivalent of this code utilizing just the config generation
```
import { Token, Stylesheet} from './mod.ts';
const styles= n…
-
Couple of common notations I found:
Hexadecimal prefixes: $, 0x, 0X, % (in URIs), U+ (unicode), # (html/css color), = (email char encoding) suffix: h or H
Not sure if covering all these makes sense …
-
**Describe the bug**
I am rendering multiple `RoughNotation` elements inline the same component. It looks something like this initially:
```
Hello, my name is
0x213F
, nice …
-
In the following example MusicXML file, there are two main problems related to the whole-measure rest and to inferred tuplet spaces. In this issue I will discuss the whole-measure rest, and I will add…
-
This addresses some discussion from the 24/5/24 meeting that came up in relation to what should go in in the accessibility tree.
Although `menclose` can be done via CSS, the CSS can be quite compli…
-
Consider exposing a small set of properties via CSS that could enable 'branding' of the Aspire Dashboard a bit more.
An example of this is the HealthChecksUI, that comes with a default experience:
…
-
So I have a bunch of suggestions :-)
- allow colored notes (each note has its own color, e.g. C is yellow, D is green, ...). Some people might learn quicker this way
- allow notes with the note …
-
Lately, I have written a Coq file to verify a data structure.
This data structure is called catenable deques, a queue supporting push, pop, inject (push at the end), eject (pop at the end) and con…