-
**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 …
-
1. Open the editor
2. Create a table
3. Attempt to delete it
It doesn't seem possible without going to Markdown mode and deleting it that way. What's also bad is we don't seem to reserve an empty…
-
In Scala3 we have a type inference system, that makes the mui facades more ergonomic.
Its looks like this
```scala
type Elem[X] = X match
case String => Char
case Array[t] => t
case Iterab…
-
As of 0.1.9, guarded side effects are allowed by _any_ `await` within the guarded section (if the lock has been reentered), not just by the `await` on the task that reentered the lock.
For example,…
-
One recurring pain point I have with `build2` relates to recovery when something goes wrong, be it because of user error, invalid project setup, or a toolchain bug. In particular there are a few aspec…
-
Here's the method signature:
https://github.com/arkworks-rs/algebra/blob/273bf2130420904cab815544664a539f049d0494/poly/src/domain/mod.rs#L284-L287
# Wish list
- The caller must pass ownership o…
-
When Triton VM tries to execute instruction `assert` while the top of its stack is unequal to 1, it fails. Currently, the error it returns does not give any further context. It would be beneficial for…
-
### Enhancement Summary
In TripleOscillator, it would be more convenient to experiment with different waveforms if the selection of waves was carried out not through the file opening dialog box, bu…
-
Longer term thingy.
Some lose notes:
- `find({ rql: q => q.eq('userId', userId) })`
- Also for the `contains` / `and` / .... rql operators:
- `query.contains('enlistment', subQuery => subQuery…
-
We can right `ensures` and `requires` on methods in impls and traits, but that requires putting a `#[hax_lib::attributes]` on the impl or trait block.
That is fine, but when the user forgets to put…