Karl Holub
Karl Holub
## Bug The middle rectangles of multiline highlights are not being passed from the `onSelectionFinished` prop in Firefox. The end result in the demo app looks like: ## Reproduce In...
`mmulStrassen` does not compute a matrix multiplication, as its name implies. ```js new Matrix([[1, 2]]).mmulStrassen(new Matrix([[1,2],[3,4]])).to2DArray() // returns [[7, 10], [0,0]] ``` The caller gets back a multiplication result, zero...
Currently, if the response contains an NA, a clear error message is thrown: ```r data
Resolves: #62 Implementation: By making the space after a tag optional in the line `PATTERN`, content of `''` will be extracted for the line, rather than failing to match the...
Back with another spec corner case-- the below truncated example comes from our friends at Embase: ```py import rispy test_ris_str = """TY - JOUR ID - 2006713348 T1 - Outcome...