Matthew Simmons
Matthew Simmons
It's certainly one way to fix this issue, though it results in database writes happening for success *and* failure cases. Is that the expected way for applications to interact with...
That would work too. Assuming it's correct to call `data_update` with a 0 in error cases.
... and for the record I don't know if it is correct or not -- I'm just hoping someone who knows librenms internals a lot better than me can offer...
What will `data_update` do with a null? More importantly (to me) what will be written to InfluxDB if a null is passed to `data_update`? If the answer is anything other...
https://github.com/bazelbuild/rules_go/issues/557 resulted in the addition of support to gazelle for detecting generated files. [walk/walk.go](https://github.com/bazelbuild/bazel-gazelle/blob/master/walk/walk.go) has a function called `findGenFiles` that looks for rules with `out` or `outs` attributes, and adds...
Oh fine, be scalable and forward-thinking if you must. :-P
Sorry for the delay. developer tools output: ``` notifications.ts:24 TypeError: Cannot read properties of undefined (reading 'Cmd') at new i (registryImageLayer.js:7:49) at controller.js:43:62 at e.exports (_arrayMap.js:16:21) at e.exports (map.js:49:47) at...
Also there were two(?) interesting HTTP requests. One to https://home.simmonmt.org/portainer/api/registries/1/v2/flights/chatter/manifests/latest which got ``` { "schemaVersion": 1, "name": "flights/chatter", "tag": "latest", "architecture": "amd64", "fsLayers": [ { "blobSum": "sha256:abe225f80a0b366d0693046b836a4bc61bcd0615ba7cc20d07f97f8981ff33b2" }, { "blobSum":...
An additional detail that just occurred to me: ``` /media/other /media/other/Movie Name (2024)/ /media/other/Movie Name (2024)/Movie Name (2024) Part 1.mp4 /media/other/somename.mp4 ``` With a library whose folder is `/media/other` the...