David Furey
David Furey
You might find https://github.com/guardian/play-secret-rotation useful.
This might be the same issue as https://github.com/zynthian/zyncoder/pull/38
Great spot and investigation, thank you @simpadjo! The code does note that this is the behaviour of the limit parameter: *Query or scan an index, limiting the number of items...
I think this is an issue with piilight rather than ESPiLight. I've opened https://github.com/pilight/pilight/pull/469 which should fix the upstream issue
I had a similar issue with path-manager, which I fixed in https://github.com/guardian/path-manager/pull/61 by adding an explicit dependency on a newer version of jnr-unixsocket
> > I had a similar issue with path-manager, which I fixed in [guardian/path-manager#61](https://github.com/guardian/path-manager/pull/61) by adding an explicit dependency on a newer version of jnr-unixsocket > > Thanks that's a...
Is there a doc that explains the rationale behind this decision?