-
**STR:**
Open a file with e.g. the following contents:
```js
// orig
const foo = [
["first", 23],
["second", ≤52≥]
];
```
(`≤` indicates selection start, `≥` selection end)
Move th…
-
Hi, thanks for the amazing crate. May I ask to support `NonZeroU*` structs?
al8n updated
2 months ago
-
E.g. this currently does not work:
```js
const theme = { lineHeight: 1.0 };
const result = render(input, { theme: theme });
```
It will create a bad SVG.
-
## Description
As part of the `PolicyTemplate` object defined in `TS26512_M1_PolicyTemplatesProvisioning.yaml` a `chargingSpecification.sponStatus` of type `TS29514_Npcf_PolicyAuthorization.Sponsorin…
-
Not very important as the `clear` action can be debounced easily by the user, but for the sake of completion, could `clear` also have a debounce option?
If save is debounced, then clearing at a certa…
ridem updated
6 years ago
-
## What problem does this address?
The current implementation of child block inserters (i.e. inserting a Button block within a Buttons block, or a Social Icon block within a Social Icons block) can b…
-
this might cause someone on a team to lose the link.
-
This is a strange, very specific one!
1. Do something in the Terminology, e.g., rpm -qi clipit
2. Copy the resulting text
3. Attempt to paste into a new or existing note
Expected: ¡Voila, the …
-
Basically bringing back @wycats proposal: https://github.com/wycats/javascript-private-state
```
class {
private #data1; // data1 is the name of a private data slot
// the sco…
-
Nilability ergonomics / convenience features have been proposed in #12614 and forked off into #16931. The first of them is the topic of #13639, already implemented.
This issue requests the second c…