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
it is in general due to the fact that ref types cannot be used at compile time (manual) and StringTable is implemented as ref type and not as object (while all other tables are object types with optional ref type).
a way to support this would be to replace StringTableRef with a Table[string, string] and make sure that checking for a key is done in a (full) case insensitive way.
output:
The text was updated successfully, but these errors were encountered: