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
Truncate tags_string until it fits in 255 bytes (#286)
* truncate tags_string until it fits in 255 bytes
IA's subject field has a 255 bytes length limit
* test: add test for tags_string truncation
* style: autopep8
* fix: test: tags_string truncate to 255 bytes (not chars)
0 commit comments