Dan Kortschak

Results 83 issues of Dan Kortschak

At the moment spew does not render addresses of non-pointer values that are referenced by pointers in a dump, this is described in more detail in my issue here kortschak/utter#2....

See https://github.com/kortschak/gospel/pull/60#discussion_r824531749.

The fix for this common mistake is to check whether the camel splitter finds "Factory" as one of the compound's words and reject it.

This change includes vendor directory addition of go-cmp. Unfortunately the go-cmp checks require an end-run around test package hermeticity, but I have made this as minimal as possible. Please take...

When a matrix is very tall, calculating Q will currently allocate a large Q at the end of the factorisation, even if it is not going to be used. The...

``` goos: linux goarch: amd64 pkg: gonum.org/v1/gonum/graph/traverse cpu: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz │ old.bench │ new.bench │ │ sec/op │ sec/op vs base │ WalkAllBreadthFirstGnp_10_tenth-8 3.797µ ± 2%...

Currently "// action:pause" is used for fan speed error to communicate with OctoPrint, but not for filament sensor error, making filament sensing useless when printing through OctoPrint. Originally reported as...

feature request

I am working on getting CI testing built for an application that interacts with a GNOME extension. I'm trying to use gnome-shell-pod to help with this. To start with I...

The travis builds that are run for gomatrix are made with Go 1.10. This version of the Go toolchain is no longer supported ([not since February 2019](https://golang.org/doc/devel/release.html)).

In #97 I found that the test was failing got go1.9 or lower, but not above. I tracked this down to a failure of the set up to provide an...