Results 4 issues of Dan

Given the following sample code: ```kotlin package com.example /** * I will now link to my [parameter] for fun and profit! * * @param parameter Here is my parameter documentation....

bug
GFM

Say I have a 4x4 matrix called `x`: ```kotlin val x = zeros(4, 4) ``` If I try to populate a column with a vector oriented the wrong way, I...

bug

``` Matrix Required Actual ========================== ======== ====== measurementMatrix NxM 2x1 measurementNoiseCovariance NxN 2x2 measurement Nx1 1x2 xhat Mx1 2x1 P MxM 2x2 measurementMatrix must have the same number of rows...

bug

**Describe the bug** Typing in the input bar on the Plover: Lookup window triggers a QT error message in the console. **To Reproduce** Steps to reproduce the behavior: 1. Open...

bug