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
I'd like to be able to specify ?v= query when fetching the aff/dic files, IMO should be either via
settings.affUrl & settings.dicUrl
or settings.version which would append append ?v=${version} to the query (how the query looks like doesn't really matter as long as the version is in there). WTBS, settings.version to allow granular versioning, we'd need dicVersion && affVersion.
The text was updated successfully, but these errors were encountered:
I'd like to be able to specify
?v=
query when fetching theaff
/dic
files, IMO should be either viasettings.affUrl
&settings.dicUrl
settings.version
which would append append?v=${version}
to the query (how the query looks like doesn't really matter as long as theversion
is in there). WTBS,settings.version
to allow granular versioning, we'd needdicVersion
&&affVersion
.The text was updated successfully, but these errors were encountered: