Rasmus Ljungmann Pedersen
Rasmus Ljungmann Pedersen
Filters could auto-update by marking them as [`$stateful`](https://docs.angularjs.org/guide/filter#stateful-filters). That way they are reevaluated at every digest cycle.
Obviously, the error is that 'view' is called on e.g. an NSLock. The question I cannot answer is why.
No, unfortunately not. I just begun on my Obj-C adventure, and hence doesn't have much experience yet. For now I just copied the files to the project, although I do...
Yes, this was with 0.0.2.
Ah I see, so stable releases can be tracked as a `x.y` tags. I'll give it a try with `^\d+\.\d+$`, but I'm unsure if what's up docker can correctly detect...
Unfortunately, that doesn't work, as what's up docker doesn't handle mutable tags. At least not at the moment, but I gather from this https://github.com/fmartinou/whats-up-docker/issues/22 that it's a planned feature.
I manage my containers with Ansible, where I specify the exact versions of images. I do this to get a history in git, of what has been running where, and...
I'm having trouble with `hl-unifi-controller` not loading. The configured path for loading these is defined here: https://github.com/Lissy93/dashy/blob/c71476d4e8f6516fd8152b331c0c67d308c1780b/src/utils/defaults.js#L215 Putting in e.g. `unifi-controller` as `{icon}` does get the correct PNG, so I'm...