Dan Kortschak

Results 83 issues of Dan Kortschak

### System details RStudio Edition : Desktop RStudio Version : 1.2.1335 OS Version : linux (ubuntu) R Version : 3.6.1 ### Steps to reproduce the problem knit the following Rmd...

feature
theme: knitr

See discussion at prusa3d/PrusaSlicer#1431 for background. In the past AppImage applications would ask whether they should insert themselves into the appropriate desktop files. This behaviour is apparently now deprecated, or...

I am trying to run github.com/kortschak/graphprac on my local machine. I always run with module mode on, Go version 1.13. When I try to run the first cell of the...

limitation

### Background `staticcheck` has massively increased in lint coverage to the point that it is a good replacement to the current linter that we use, `golangci-lint`. It also now has...

### Background [6977-overlapping-interfaces](https://github.com/golang/proposal/blob/master/design/6977-overlapping-interfaces.md) proposes to relax the restriction on duplicate methods in interfaces. This restriction has caused some convolution in interface definitions in at least graph, but probably also other...

stability

DO NOT MERGE This is here to make the optimisation public. It can be used to demonstrate the improvement in the number of recursive calls, but it not yet complete...

### Background I am trying to put together a biplot plotter based on the results of `stat.PC`, but it's harder than it needs to be, with it being necessary to...

At the moment all the coverage analysis is done per-package. I'm wondering if we should change it to be over the entire repo. This can be done by using `-coverpkg=gonum.org/v1/gonum/...`...

See https://github.com/gonum/gonum/pull/1627#discussion_r630933658

Building suite with bounds tags fails. ``` $ go install -tags bounds ./... # gonum.org/v1/gonum/mat mat/index_bound_checks.go:356:21: undefined: d mat/index_bound_checks.go:359:21: undefined: d ``` It seems that setting an env var in...