Is toNumbers
supposed to mutate data?
#1112
Unanswered
scpedicini
asked this question in
Q&A
Replies: 1 comment 4 replies
-
oh weird - ya, i see what you mean. I think it may (first) be a bug with nat.values(0).toNumber().json(); // seems to work if I can remember, I think oh boy. I can checkout why things are goofed up. May be two separate things |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think I'm doing something wrong with the newer
compromise/three
.termList
/out
/etc. works great, but if I use them in conjunction withtoNumbers
the data seems to mutate in place.Trying to do this:
I basically want to go through each numerically recognized "group" hence using the
.values()
command and use thetoNumbers()
command to reduce them down to the numerical number.Picture to help indicate the issue:
Beta Was this translation helpful? Give feedback.
All reactions