Austin Burdine

Results 16 comments of Austin Burdine

Unfortunately, I'm seeing the same issue as @hellquist. I just started using `ncspot` today, and this error is occurring in whatever song I attempt to play 😞 I don't think...

after playing around with it some more, this does seem to be related more closely to an issue in librespot, rather than an issue with ncspot itself - seeing `Connection...

looked into this a bit today and it’s a little complicated. Since `go vet` fails if dependencies aren’t installed, there will need to be some automated way to install said...

Did some more thinking about this, it might be possible for an initial version just to assume that dependencies _are_ vendored via `go mod`? That would allow an initial version...

`go test` requires dependencies as well, so I’d imagine there would need to be a similar solution to what `go vet` requires: https://github.com/sjkaliski/go-github-actions/issues/2#issuecomment-453878668

@Paladiamors sorry for the lack of response on my part this issue has tended to crop up more and more recently - however unfortunately the fix isn't as simple as...

I'll see what I can do sometime this week on this.

@Kaimite @usmanhalalit Looking through the code, I think it's possible to add, the only thing I am wondering is the expected behavior if there are multiple tables? Because the `table()`...

@swznd: wouldn't it be a better idea to use booleans instead of 0 and 1 to check if a transaction is active?

I don't think it's a yarn issue in this case - the output appears to show it's using `yarn v1.22.19`. The issue here appears to be that `node-gyp` is failing...