-
2 New images for evaluation based on ubuntu-mate-22.04-desktop-arm64+raspi.img
[base](http://104.193.111.252/local_content/uploads/iiab-base-0711-ubuntu-mate-22.04-desktop-arm64+raspi.img.zip)
[smal…
-
Add a [clang-tidy](https://clang.llvm.org/extra/clang-tidy/) build in CI.
-
The test `pandas/tests/window/test_rolling.py::test_rolling_var_numerical_issues` has failed on arm64 build.
```bash
_______________ test_rolling_var_numerical_issues[var-1-values0] ______________…
-
## coding style
There is plenty of messy shell code in woof. @wdlkmpx and myself (and others) over the years have attempted to clean it up somewhat but if someone commits code with a mix of tabs an…
-
F# [has a feature called type abbreviations](https://fsharpforfunandprofit.com/posts/type-abbreviations/) where a more complex type can have an easier to use alias. I am finding more and more (especi…
-
Implemented in [PR 37](https://github.com/calebmsword/clone-deep/pull/37):
- [x] **Remove length restriction on variable names. There are too many cases where 1-letter names are useful**
- [x] **Upd…
-
Running `./gradlew check` prints the `close()` resource leak warnings for SQLLite below.
`./gradlew check` does actually pass, the build is green - but this smells like it's a genuine resource leak…
-
Look forward to using your app once it comes out as i'm currently using balsamiq and pencil for UI designing and would suggest that you package it as an appimage to ensure it easily runnable on any li…
-
Reduced test case:
```rust
#![recursion_limit = "5"]
fn main() {}
trait Serialize {}
struct Ser(&'a T);
impl where Ser Self {
Ser(value)
}
}
impl where Ser(value: &'a…
-
### Research
- [X] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions.
- [X] I have asked my usage related question on [Stac…