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
Is it possible to trim the entries when exporting My List?
I'm version tracking My List and currently it's placing a trailing space character at the end of each line.
Partial output of git diff --color-moved=plain --cached:
Not sure if exporting ThumbsUp and ThumbsDown lists exhibit the same behaviour as they have remained unchanged for me between commits so far, but it's worth investigating them too.
The text was updated successfully, but these errors were encountered:
A "workaround" script has been described in another issue for anyone that stumbles over this issue and is impatiently waiting.
It only works for those that have access to a Linux GNU environment and can run commands like cat, awk and sort.
But surely this can easily be ported to Python, Ruby, PowerShell or whatever.
Is it possible to trim the entries when exporting My List?
I'm version tracking My List and currently it's placing a trailing space character at the end of each line.
Partial output of
git diff --color-moved=plain --cached
:Not sure if exporting ThumbsUp and ThumbsDown lists exhibit the same behaviour as they have remained unchanged for me between commits so far, but it's worth investigating them too.
The text was updated successfully, but these errors were encountered: