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
This would be really easy to implement but would be a very big QOL improvement (and it makes Flamingo look super pro ;)).
We could simply do this via Levenstein distance to stuff already in scope, and in the case of PTM's and the like we could maintain a list of commonly used synonyms to look through (e.g. vec.append vs vec.push).
The text was updated successfully, but these errors were encountered:
This would be really easy to implement but would be a very big QOL improvement (and it makes Flamingo look super pro ;)).
We could simply do this via Levenstein distance to stuff already in scope, and in the case of PTM's and the like we could maintain a list of commonly used synonyms to look through (e.g.
vec.append
vsvec.push
).The text was updated successfully, but these errors were encountered: