maggie44

Results 211 comments of maggie44

I have come here with the same issue. It seems it was implemented in https://github.com/hashicorp/golang-lru/pull/116 by @paskal, but can't understand why the close option was removed. expirable.NewLRU should probably receive...

Thanks, hadn't spotted that. Would have to think about it, I understand the @mgaffney's point. Adding a context would allow some control over the goroutine without it being an official...

Thanks for reporting this. @andrewn, it does look like the amd64 image version hasn't built: https://hub.docker.com/r/andrewn/librespot/tags

@andrewn, this may be an easier approach: https://github.com/andrewn/librespot-docker/pull/1 If we merge that in to the repo then we can build the containers here on GitHub rather than need to push...

@MaximUltimatum, looks like balena moved the repo in to a new org. Change any references in the README to the docs from the old org: ``` https://balena-labs-projects.github.io/balena-sound/ ``` to the...

You could download the balenaOS, and then push the code to the device locally: https://docs.balena.io/learn/deploy/deployment/#balena-push

@sniff122, great to see all these new interesting features. I am wondering how you would feel about adding the plugin as a [Block on the Hub](https://hub.balena.io/blocks) instead of including it...

> Is there any necessity to make these changes? It works fine when you just provide `Gin` router handler to `quic-go`. > > Versions used > > ``` > go...

Makes sense to me. I’m afraid I’m not at Balena anymore so don’t have merge permissions.