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
GitHub-Issue: 10
#10
This is a simple mistake. This function requires a string list, this
pattern assigns just a string to the variable.
Since a character string is a type of sequence, the append function
treats it as a vector of char(int) instead of type error.
This issue was reported by @kwvanderlinde, thanks!
0 commit comments