Brodie Gaslam

Results 118 issues of Brodie Gaslam

Should inherit from `simpleError`, and could be helpful in certain contexts.

enhancement

Ran into issues with calls to `[` that were real slow but made it seem like something else was slow.

bug

``` Ticks: 2866; Iterations: 4; Time Per: 1.537 seconds; Time Total: 6.149 seconds; Time Ticks: 2.866Error in y[[2]] : subscript out of bounds ``` Must be because in this code:...

bug
fixed in dev

Likely due to a CRLF issue.

bug

Get this message: ``` Warning in checkDT9(options) : shiny (>= 0.10.2) has upgraded DataTables from 1.9.4 to 1.10.2, and DataTables 1.10.x uses different parameter names with 1.9.x. Please follow the...

bug

Currently we stop after the first one; any reason not to show them all?

enhancement

The key thing to clarify is that the conditions likely contain the stderr that was not otherwise captured. This is now needed due to changes in #286.

enhancement

During test evaluation, we see on hitting Q ``` | Unexpectedly exited evaluation attempt when executing test expression: | > identical(group_exec(r2c_sum, sort(g), x, sorted = TRUE), c(tapply(x, | sort(g), sum)))...

enhancement

Would allow using comments as a sort of subsection, for example in: ``` ## A comment test1 test2 ## extra test3 ## Another comment test4 test5 ``` The review prompts...

enhancement