You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The caching is a bad taste here - should be done by clients not on server side. A client will assume this is always new resolved! So a reset or a caching makes no sense here!
So at least remove caching
de-jcup
changed the title
Either remove resolveAttributes, or provide a reset method
Change or remove resolveAttributes
Jun 19, 2019
Currently the attributes are fetched only one time, than cached.
But they cannot be reset by client in any way...
So either remove the method at all (client +server) or provide a reset method as well
see also de-jcup/eclipse-asciidoctor-editor#229
The text was updated successfully, but these errors were encountered: