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
Hello I noticed a small problem, I use the super module in my professional project. Everything works for words but for numbers, there is a small problem. for example :
this numbers :
100, 80 , 101, 91, 95
In order : 100, 1001 , 80, 91 ,95
I would like this : 80, 91, 95, 100, 101 Do you have a solution please ?
thanks !
The text was updated successfully, but these errors were encountered:
Hello I noticed a small problem, I use the super module in my professional project. Everything works for words but for numbers, there is a small problem. for example :
this numbers :
100, 80 , 101, 91, 95
In order : 100, 1001 , 80, 91 ,95
I would like this : 80, 91, 95, 100, 101 Do you have a solution please ?
thanks !
The text was updated successfully, but these errors were encountered: