jdtsmith / kind-icon

Completion kind text/icon prefix labelling for emacs in-region completion
GNU Affero General Public License v3.0
174 stars 4 forks source link

Needs resilience when network is not attached #5

Closed jdtsmith closed 2 years ago

jdtsmith commented 2 years ago

svg-lib downloads icons "on demand" from the material design database. These are cached locally (and further padded, styled and cached by kind-icon). If the user is not connected to the network and the icon is not locally cached, this needs to be detected, and the short-text fallback used.

jdtsmith commented 2 years ago

Resiliency with text fallback added in cfa3d73.