Steve Krzysiak

Results 6 issues of Steve Krzysiak

When running node version 14.x the lack of typescript definition causes an error, but this doesn't happen in node v16.x. Not sure exactly why but will PR the fix. ```...

The readme gives the following example: ``` a := New(WithShape(2, 2), WithBacking([]int{1, 2, 3, 4})) fmt.Printf("a:\n%v\n", a) ``` I think this should be: ``` a := tensor.New(tensor.WithShape(2, 2), tensor.WithBacking([]int{1, 2,...

Despite having vagrant 1.8.1 on my Mac, dsh install prerequisites is downloading and installing 1.8.1. This behavior is not ideal, i may have 2/3 prerequisites installed, so it should only...

I will often work with various parts of the stack or technologies. However, when generating a resume for a specific part of the stack, let's say front-end, I want to...

Hi, As it stands, the only package I need that I can't install with scoop is this package. I wouldn't mind learning more about scoop packaging and would work on...

stale