Vaughn Iverson

Results 23 issues of Vaughn Iverson

http://aldusleaf.org/crimson.html doesn't work. First a certificate error, then a 404. Related to: https://github.com/skosch/Crimson/issues/14

See discussion here: https://github.com/mmcloughlin/avo/pull/199#issuecomment-969320610

See #193 and discussion here: https://github.com/mmcloughlin/avo/pull/199#issuecomment-969302829

### Attempt A: For example: ```go TEXT("add", NOSPLIT, "func(x, y uint64) uint64") Doc("add uint64 x and y\nreturns uint64 sum of x and y") ``` Produces invalid syntax: ```go // add...

E.g. The following instruction is perfectly valid AVX-512: `VPSCATTERQQ Z7, K1, (Z8*1)` Avo currently enforces that all memory operands have a non-nil GP64 base register. However for the VM(64/32)(x/y/z) memory...

This minimal Avo code: ```golang offsets := GLOBL("offsets", RODATA|NOPTR) for i := 0; i < 8; i++ { DATA(i*8, U64(i*24)) } TEXT("readSliceCaps", NOSPLIT, "func(in *[8][]uint64, out *[8]int64)") sliceOffsets, sliceCaps :=...

Go 1.17 introduces a small but useful [new language feature](https://golang.org/ref/spec#Conversions_from_slice_to_array_pointer): > Converting a slice to an array pointer yields a pointer to the underlying array of the slice. If the...

limitation

Hi, After not using gophernotes for a month or so, something has changed so that example code for gonum.org/v1/plot no longer runs properly in gophernotes, but continues to run fine...

bug

Hi, I've finally worked out how to use gophernotes to display [Vega](https://vega.github.io/vega/) / [VegaLite](https://vega.github.io/vega-lite/) SVG graphics, (crudely) similar to what the [Altair Python package](https://altair-viz.github.io/index.html) can do. This works "out of...

enhancement

Hi @dwhitena, I'm putting the finishing touches on my [review of your JOSS submission](https://github.com/openjournals/joss-reviews/issues/508), and everything is looking pretty good. I do have a couple more general questions regarding your...

limitation