-
Yet another complementary approach to combat the issue described in https://github.com/HEP-KBFI/tth-htt/issues/59 is to go a bit more specific with the event preselection. One way is to introduce inte…
-
Dear JASP developers,
first of all thanks for your excellent work, I was thrilled when I discovered JASP and I think it has a good chance to become the standard of statistical computing in social s…
-
Following code ICEs on today's nightly (97e58c0d3 2019-09-20):
```rust
enum Foo {
A = foo(),
B = foo(), // isize {
0
}
```
What's peculiar is that no ICE is shown when the `Foo` enum c…
-
ICE occurs whether we use `intrinsics::discriminant_value` or `mem::discriminant`. cc #35118 #24263
# STR
```rust
#![feature(core_intrinsics)]
#![feature(i128_type)]
#[repr(i128)]
enum Big…
durka updated
5 years ago
-
**Describe the bug**
A very high CPU usage caused by activating only this ltex extension (caused by java-9-oracle)
**Steps to reproduce**
1. Open latex files
2. Activate ltex extension
3. Obs…
-
**Submitting author:** @terrytangyuan (Yuan Tang)
**Repository:** https://github.com/terrytangyuan/lfda/
**Version:** v1.1.2
**Editor:** @arfon
**Reviewers:** @sctyner, @strengejacke
**Author instru…
-
So I caught some embarrassing bugs. Notably CDA/LDA had a transpose/broadcasting error that basically made it - well - it made the method not CDA/LDA. I also included some safeties for the GaussianDis…
-
Right now, we just propagate the tau ID WP of the tight tau collection to the analysis, but it leaves the tau ID WPs of fakeable / loose tau collections unchanged. This causes problems, if the user wa…
-
Sorry for the vague title, it is a mistake in my own code:
``` r
library(phaseR)
#> -------------------------------------------------------------------------------
#> phaseR: Phase plane analysi…
-
import {AfterViewInit, Component, ElementRef, ViewChild} from '@angular/core';
import G6 from '@antv/g6';
import { Hierarchy } from '@antv/hierarchy';
@Component({
selector: 'app-root',
tem…