Alex Keizer
Alex Keizer
**Describe the solution you'd like** I've been tinkering with the MediaRenderer code and noticed some room for performance improvements. First off, I combined the rendering of multiple intervals in a...
`and_then` is subtly different from `<;>`. The former focuses the goal, whereas the latter does not.
Page 60 suggests that `a and_then b` behaves the same as `a b`, but this is not the case when `b` does not close all goals; For example, if the...
### Guidelines - [X] I have encountered this bug in the [latest release of FreeTube](https://github.com/FreeTubeApp/FreeTube/releases). - [X] I have searched the issue tracker for [open](https://github.com/FreeTubeApp/FreeTube/issues?q=is%3Aopen+is%3Aissue) and [closed](https://github.com/FreeTubeApp/FreeTube/issues?q=is%3Aissue+is%3Aclosed) issues that are...
I am currently working on a .tex document featuring a lot of code snippets, and I am looking for a way to get easy feedback on the (syntactic) correctness of...
Change the invariant `Q` to only have to be defined for `Fin (w+1)`, rather than all `Nat`s. This is a strict generalization, and makes defining an invariant that doesn't necessarily...
Add a unique id to stores, and keep track of this id in references. When a reference is used with a different store, this will panic with a message explaining...
Tries to preserve any changed permissions on the `bitwarden.sh` script when updating it (with `updateself`). For example, I like to have my instances `bitwarden.sh` to be group executable, so this...
In a regular `inductive` I can define arguments to a constructor by defining binders in front of the `:`. Currently, in `data` or `codata` this is not accepted: all arguments...
The code is currently not very consistently formatted. It makes sense to follow Mathlib's style conventions, so we should go over the code and change it to be in line...
We should use `#guard_msg` to assert, e.g., that a `#check` succeeds and gives the right type, without polluting the output of a build