-
This issue came from a discussion of #425 at a recent [design meeting](https://docs.google.com/document/d/1lG4Oj-ybcsjCkS_iyWPsfS7ZfnJMl-lbZvbuIbsxi00/edit#heading=h.fr5owh5s06k4). This proposal is a…
-
### 🚀 Feature Proposal
[cargo insta](https://insta.rs) has this very cool feature called [inline snapshots](https://insta.rs/docs/snapshot-types/#inline-snapshots). When a snapshot updates, it update…
-
Babel Option: https://babel.dev/docs/babel-preset-typescript#optimizeconstenums
Example:
Input:
```
const enum X {
FOO
}
X.FOO
```
Output:
```
0 /* X.FOO */;
```
-
It would be nice to pull the search feature into the navigation.
Doing so, however, would mean:
- Accommodating the space constraints of the header
- Including a shortened version of the result…
-
Lieber so wie es bei den JS erfolgt.
-
This is a follow-up to https://github.com/xamarin/xamarin-macios/issues/19410.
We need to inline the members of the `UITraitChangeObservable` interface into implementing types (`UIView`, `UIViewCon…
-
Is supporting inline styling, or any other mechanism to apply styles selectively to text in plans for the uikit?
Thanks for the great library, filling a huge gap in the ecosystem.
-
This way of writing styles makes fro a lot of noise to sort through:
```html
...
```
Not urgent, just an optimization for someday.
-
The prompt gets triggered regardless of the callout symbol I choose, and I can also "hover select" an entry, but as I press enter/return to confirm my choice there is nothing pasted.
Is there any k…
-
A warning
> Automatically inlined signature for type vec. Use [Derive Signature for vec.] to avoid this.
Is triggered when deriving NoConfusionHom but not when deriving NoConfusion.
I would hav…