-
**Is your feature request related to a problem? Please describe.**
The current behavior of the jj undo command does not seem to be what users intuitively expect. Currently if you run `jj undo` twice …
-
# Feature or enhancement
I request that we make [`pathname2url`](https://docs.python.org/3/library/urllib.request.html#urllib.request.pathname2url) and [`url2pathname`](https://docs.python.org/3/li…
-
Currently the whole keypad is being made insensitive whilst greetd roundtrips are in flight. This is annoying if you start typing your password from the user selection. Some of your input might have b…
-
Following up to #4202 and #4206 I wanted to write down something I've been thinking about for a while. It looks like we're moving ahead with accepting those options so I'll assume that at least the de…
-
**Is your feature request related to a problem? Please describe.**
Swift developers tend to avoid using string literals
`@Field(key: "literal")`
instead opting for an enum based approach
…
-
Couple things:
- I initially proposed a `.stele` folder in root of library. However, I'm now thinking it should be `.stelae`, since this is the root of a folder with many stele in it. This would le…
-
Especially w.r.t data loading, the data should automatically be transferred to the correct device.
Right now the batch is moved to the first GPU and users are moving the inputs to the correct devic…
-
Hi, thanks for this library.
I was trying out the library and it seems to me that one advantage having parallel strict types has over wrapping with `Strict` is I can use `fmap` on the strict types …
-
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…
-
In Rust 2024, we're making some changes to match ergonomics. Those changes are:
- Rule 1C: When the DBM (default binding mode) is not `move` (whether or not behind a reference), writing `mut`, `ref`…