-
#### How to reproduce:
At least `env_logger` supports setting a higher log level for some module than the default level:
```rust
let multi = indicatif::MultiProgress::new();
indicatif_log_brid…
bspot updated
2 months ago
-
Currently, whenever we have a `None` value to an optional property, the Scala2JSON converter creates properties with `Null` values. This is enabled by the `NullOptions` trait attached to the correspon…
-
### Describe the bug
In Linux, the MMIO region access is is restricted in [io.h](https://github.com/torvalds/linux/blob/master/arch/x86/include/asm/io.h). This is also the case in TDX's VE MMIO…
-
## Summary
The `PolynomialCommitment` trait is a little cumbersome with all the wrapper types.
See if we can simplify the trait and then implement it for all schemes. Some ideas:
- [ ] rename `…
-
## The Problem
The trait form of specifying types does not work properly on parameters. This is particular problematic for containers as their container (or key, in the case of `Associative`) …
-
Hi Cloufield team, it was a struggle for a GWAS newbie like me that finally went to the [SNP-Heritability estimation by GCTA-GREML section](https://cloufield.github.io/GWASTutorial/14_gcta_greml/). No…
-
## Context:
When I was figuring out what was to be done for IBC, I faced a bit of a wall in the form of a `ContractWrapper`. As this structure works, it is a serious boilerplate that would quickly …
-
The function pointer restrictions work is slightly imprecise, and may become more imprecise in the future.
This is evident in our test suite in:
```
$ git grep -- "--no-restrict-vtable"
tests/…
-
Here's the list of the Rust compiler errors that the compiler can emit according to https://doc.rust-lang.org/error-index.html. All old errors (i.e. marked with `Note: this error code is no longer emi…
-
Hi!
Thanks for this nice package. I'm trying to make some multi-trait manhattan plots (for eQTL results), but have run into issues whilst practicing on single-trait plots. My plot without highlightin…