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
Currently Accenti and Casei are a bit tricky, where each one has subclasses for CharacterExpression and PatternExpression
Accenti
AccentiCharacterExpression
AccentiPatternExpression
Casei
CaseiCharacterExpression
CaseiPatternExpression
This allows the proper enforcement of types, but generics could be nice to have. The issue is with Pydantic and runtime typing not completely lining up. A lot of messy attempts have been made to get it working but still trying to find a good solution.
The text was updated successfully, but these errors were encountered:
Currently Accenti and Casei are a bit tricky, where each one has subclasses for CharacterExpression and PatternExpression
Accenti
AccentiCharacterExpression
AccentiPatternExpression
Casei
CaseiCharacterExpression
CaseiPatternExpression
This allows the proper enforcement of types, but generics could be nice to have. The issue is with Pydantic and runtime typing not completely lining up. A lot of messy attempts have been made to get it working but still trying to find a good solution.
The text was updated successfully, but these errors were encountered: