-
**Setup**
- Rancher version: 2.7.5ish
- Rancher UI Extensions: kubewardn, elemental plus built in harvester-manager
- Browser type & version:
**Describe the bug**
- When plugins are initially…
-
I recently found out that there are no such functions/commands in Arma yet, so I wrote these generic functions for getting and setting vehicle cargo inventory, such as the content of an ammo box. I th…
-
1. Allow polymorphic generic functions (_Itype_for_any functions) to be converted to generic function types (_For_any functions) at assignments, call sites, and returns. Do not allow generic function …
-
Coming out of #172 – `TypeListToStringSlice` can currently be called on a `types.List` value with any internal element type. How can we make this more type-safe? Ideally this function is only ever cal…
ligfx updated
2 weeks ago
-
### Description
The lint is far from ergonomic because of the rate of false-positives.
Applying this lint is equivalent to applying LTO to just one crate, badly.
I propose making it a little …
-
generics infer
-
such as analyse
-
After [this](https://github.com/cancervariants/metakb/pull/279#discussion_r1542183614) comment, I think we should consider adding this rule
https://docs.astral.sh/ruff/rules/too-many-statements/
…
-
- [ x] I am an ELNer
- [ ] I am a developer
- [ ] I am a system/ELN admin
# Description
At the moment, the drag sample/molecule into generic segments/elements works nicely for samples with struc…
-
#### We currently have a quite helpful diagnostic for unconditionally recursive functions:
```rust
pub fn recur() {
recur();
}
```
```
warning: function cannot return without recurring
…