-
To make it easier for the users to enable/disable selected rules and other CLI options, we can provide a default configuration file that will also contain all community rules (marked as disabled) and …
-
Tagging @Oufattole as this will help MEDS-Tab be more usable too.
-
This was motivated by a conversation with @simonstewart for better developer ergonomics and gradual adoption, because this is what Maven and Gradle users are used to.
The general idea is to depend …
-
### Code
```Rust
mod macros {
macro_rules! greet {
() => { println!("Hello, world!"); }
}
//pub(crate) use greet;
}
fn main() {
macros::greet!();
}
```
### Current output
…
-
Instead of making the script more clunky and slow as more signatures are added, it would be much better to just have a file or database containing 'signatures' to detect off.
This would allow the eas…
-
Regarding https://github.com/j0k3r/graby/pull/199 & https://github.com/wallabag/wallabag/issues/3767 we need to find a better to add custom rewrite urls within site config.
Mostly to avoid final us…
j0k3r updated
5 years ago
-
```
In 1x1 records, the Account/Contact owner should remain in sync to better
support sharing rules defined by the org.
```
Original issue reported on code.google.com by `kbro...@gmail.com` on 11…
-
```
In 1x1 records, the Account/Contact owner should remain in sync to better
support sharing rules defined by the org.
```
Original issue reported on code.google.com by `kbro...@gmail.com` on 11…
-
https://github.com/kevinrue/snakemake_cellranger_10x/blob/58f75a503490acebcb4b20e8e7e4f49459463d34/workflow/rules/cellranger.smk#L95
This is taking many compute hours, and the STAR index is > 100GB…
-
Checklist
- [X] `transaction-errors.component.html`
> * Add a container div around the main content to provide a centered and consistent layout.
> • Organize related elements into sections …