Coder Social home page Coder Social logo

Comments (6)

bornova avatar bornova commented on June 14, 2024

Hi @vzeazy!
Thanks for the feedback. I think it is a great idea. It sure is annoying sometimes to copy the result with thousands separator and have issues where you paste it. I will add the option to copy without the separator in the next release.

from numara-calculator.

bornova avatar bornova commented on June 14, 2024

Hi @vzeazy,
Just released version 3.17.0 with the option to include/exclude the comma separator in copied answer. The new toggle can be found in Settings. The default behavior is not to include the separator. Thank you for the suggestion!

image

from numara-calculator.

vzeazy avatar vzeazy commented on June 14, 2024

Thank you sir. That was an insanely fast update!

Not sure if it makes sense to add, but perhaps the reverse functionality would be nice as well. When pasting in from somewhere that has a separator, to either ignore it or auto-remove. Currently it seems to just choke up on it and require manual formatting.

from numara-calculator.

bornova avatar bornova commented on June 14, 2024

Hi @vzeazy,
Removing the separator from the paste operation would be a bit more complex I am afraid. Not because it is very difficult to implement but may not be as user friendly. Numara allows you to use many built in functions which use commas and removing separators, such as commas, may cause confusion. For example, if you pasted sum(1,200), the expected result would be 201 but if we removed the comma, the result would be 1,200. Basically, how would we differentiate between pasting 1 comma 200 vs 1200? Also, some locales use commas as decimal separators (ex. Turkish) so sum(1,200) in that case would produce 1,2 which is 1.2 in en-us.

I think it's better to keep it as is for the paste operation. 😄 What do you think?

from numara-calculator.

bornova avatar bornova commented on June 14, 2024

Closing this issue for now. I can re-open if needed. Thank you!

from numara-calculator.

vzeazy avatar vzeazy commented on June 14, 2024

Thanks. Sounds good. Not sure what happened, but wrote a big message earlier and it didn't seem to send through.

Yeah, completely understand and actually thought the variability of the thousands separator based on locale may cause some difficulties. Didn't even know about the built-in functions yet, super handy!

Thanks again and the wonderful app.
My main calculator on Windows (still using Numi on Mac - just out of habit).

from numara-calculator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.