Dan Kortschak

Results 357 comments of Dan Kortschak

> My objective with the project is to create a user experience similar to Macintosh System software around 1984. Nothing ever had to be "installed". Just drag-and-drop, double-click. But to...

Better is difficult to quantify. I have my opinions, but I've expressed them previously in this thread.

Note that gomacro as of cosmos72/gomacro@24fc92039372d7fcbaf7d715cc5cd6668e5650c0 executes the code that fails here without issue.

This is fixed for me as noted in the PR.

I see a similar case that I can't see a similar work around for. ``` package main import "unsafe" type t struct { int } const s = unsafe.Sizeof(t{}) func...

I would rather not unless this can be done by an automated tool (this is entirely possible).

Gonum is not an executable. Perhaps we should update the instructions since these were written when $GOPATH was used for source location. Probably the best thing is to read https://github.com/golang/go/wiki/Modules.

Questions should really be taken to gonum-dev as described in the issue template. 1. What is `finalEdges`? How long is that slice? 2. Why are you randomising the weights? Presumably...

Sorry, that doesn't help, and I have to say it doesn't make a lot of sense to me — if you don't have a weight, use an unweighted edge. But...

>A minor comment at this point, but it might be nice to have a `DenseMarshaler` type which wraps `*Dense` and implements all of these io routines. That way we can...