-
The release build job has a check to make sure that
```
python scripts/milestone.py -a 3.0.1
```
is clean. For most releases it often isn't, and I have to manually update many issues' labels at t…
-
Some code correctness issues in PPLDump
These are hygiene issues. Some of these are low priority and edge cases.
I initially spotted these in the port of the code here:
https://github.com/Esp…
-
Some code correctness issues in `exploit.h`
These are hygiene issues. Some of these are low priority and edge cases.
## An OUT param is written to before the function succeeds leading to an ed…
-
From https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/Notation.20introduces.20sorry/near/390699774:
```lean
variable (x : Nat)
local notation "Finx" => Fin x
def val (y : Fi…
-
## Description
Ingestion rate for these two connectors seem very slow even when providing more resources to the workers (CPU and RAM). Other connectors have no issue and are fast but these connecto…
-
This helps to see how features are enabled and propagated. I haven't tested, nor checked it thoroughly, but it might be interesting for us:
https://github.com/ggwpez/zepter
-
Document our style standards, such as:
* No panics
* No todos, unimplemented, etc
* No unwraps, even if they shouldn't ever be able to fail
* No expect statements
-
### Checked for duplicates
Yes - I've already checked
### Category
Governance
### Describe the need
Once a software project gets rolling, there are aspects important to _maintaining_ th…
-
Tow objectives:
* Add stops as a KPI
* Literature review, specially focused on papers with similar data/questions.
-
Meaning rust-analyzer is unable to figure out what `accumulated` is, which is bad if we want to use salsa in our codebase. The trick used here is mainly to get around lack of defsite hygiene, as other…