-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avatar images should be cached on the client. #30
Comments
These are embedded in the machine.json data, and don't need to be cached. |
Closed
martinpitt
added a commit
to martinpitt/cockpit
that referenced
this issue
Oct 28, 2018
No API changes. Closes cockpit-project#30
marusak
referenced
this issue
in marusak/cockpit
Aug 28, 2019
display a list of dependencies when loading the recipe
marusak
referenced
this issue
in marusak/cockpit
Jan 29, 2020
pyflakes or pycodestyle failures didn't cause the test to fail, as that merely set `fail=1` which was then ignored. We don't need TAP output here, so greatly simplify the structure and rely on our `set -e`. pycodestyle was called without any actual files to check (this was already the case in the cockpit repo, bots/ was not covered by pycodestyle). Fix the invocation, but disable the test for now as it currently has hundreds of PEP-8 failures. Closes #30
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe by exposing the mtime of the image as a D-Bus property and using LocalStorage as a cache.
The text was updated successfully, but these errors were encountered: