-
Notifications
You must be signed in to change notification settings - Fork 93
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
CacheResourcesManager keeps trying to download unavailable resources #201
Labels
completion
This issue or enhancement is related to completion support
enhancement
New feature or request
validation
Milestone
Comments
fbricon
added
enhancement
New feature or request
completion
This issue or enhancement is related to completion support
validation
labels
Nov 7, 2018
I'd use caffeine for any time-based caching mechanism. |
@fbricon is there any chance that you work on this issue? I'm very busy with DTD support issues. |
@NikolasKomonen can look into it once he's done with his stuff |
Great! Thanks |
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Jan 3, 2019
Fixes eclipse-lemminx#201 Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Jan 4, 2019
Fixes eclipse-lemminx#201 Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Jan 4, 2019
Fixes eclipse-lemminx#201 Tests aren't complete, need to find a way to handle exceptions. Signed-off-by: Nikolas Komonen <[email protected]>
Merged
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Jan 7, 2019
Fixes eclipse-lemminx#201 Tests aren't complete, need to find a way to handle exceptions. Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added
the
needs tests
This issue is probably fixed but needs regression tests
label
Jan 9, 2019
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Jan 9, 2019
Fixes eclipse-lemminx#201 Tests aren't complete, need to find a way to handle exceptions. Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Jan 25, 2019
Fixes eclipse-lemminx#201 Signed-off-by: Nikolas Komonen <[email protected]>
NikolasKomonen
added a commit
to NikolasKomonen/lsp4xml
that referenced
this issue
Jan 25, 2019
Fixes eclipse-lemminx#201 Signed-off-by: Nikolas Komonen <[email protected]>
fbricon
pushed a commit
that referenced
this issue
Jan 25, 2019
Fixes #201 Signed-off-by: Nikolas Komonen <[email protected]>
fbricon
removed
in progress
needs tests
This issue is probably fixed but needs regression tests
labels
Jan 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
completion
This issue or enhancement is related to completion support
enhancement
New feature or request
validation
When a non existing schema is used, CacheResourcesManager will keep on hitting the bad url on every keystroke.
Failed caching queries should be cached themselves (5 minutes?), so as to avoid unnecessary http requests.
The text was updated successfully, but these errors were encountered: