-
It is surprising that `Prelude.Linear` exports the non-linear version of projection `fst :: (a,b) -> a`.
This tripped me up (with non-inspiring errors about multiplicity) when writing `evalState`:
-…
-
When working with symmetric, upper-triangular, and lower-triangular matrices in LinearAlgebra, it is necessary to allocate $N^2$ numbers, but there are only at most $N(N+1)/2$ distinct entries. This i…
-
E.g. this should fail BNFC's well-formedness check.
```
separator nonempty Integer "," ;
terminator Integer "" ;
```
-
This issue is mostly to document something that should be done, so it is not lost.
Most of the `JTvec` operations have unnecessary and repetitive matrix solutions.
For example, https://github.com/…
-
Weapons like Metal Blade don't display the "arm cannon" animation, but instead show a "hand throwing" animation. Shield weapons usually just spawn without any animation at all.
Likely this can be a s…
-
### Bug description
Note: this bug originally comes from https://github.com/cornerstonejs/cornerstone3D/issues/1133
Cornerstone loads grayscale DICOM images into Float32Array pixel data. Putting t…
-
## Current status
- [x] Implement typebind & autobind #3120
- [ ] ~~clean up the parser for -> as typebind~~ probably not worth the effort
- [ ] print binding expressions using the syntax sugar
…
-
Hi 👋
Although I've stated in the title that I'm experiencing this on 2.10.3, I was experiencing this on prior versions too. Any time I restart the Parcel watcher, while a populated `.parcel-cache`…
-
#### Description of the problem
A simple proof script that involves `n` constructor applications can lead to a proof term whose type-checking time is quadratic in `n`. This is illustrated by th…
-
Hi, again.
I was able to solve issues with running BayesPrism thanks to your help.
Now I have been using both CIBERSORTx and BayesPrism to analyze various TCGA data with single-cell matrix of my…