Giter VIP home page Giter VIP logo

Comments (19)

nourmab13 avatar nourmab13 commented on August 18, 2024 2

HI Nadchif,
I would like to contribute. Your contributing guide is really detailed - great job on it!

from adobe-brackets-encode-decode.

nourmab13 avatar nourmab13 commented on August 18, 2024 2

FYI - I'm working on Roman <--> Decimal

from adobe-brackets-encode-decode.

nourmab13 avatar nourmab13 commented on August 18, 2024 2

Hey @nadchif, I'm completed and tested Decimal-> Roman. Two questions for you: (1) Does it make sense to go ahead and submit pull request for this conversion alone, or shall I wait until I complete the Roman->Decimal and submit both together?

from adobe-brackets-encode-decode.

nourmab13 avatar nourmab13 commented on August 18, 2024 2

@nadchif here is the second item: May I please get your input on setting limits on the size of the decimal being converted? By definition, Roman numerals are not meant for massive numbers; thus M (1000) as the largest. So if you want to see 50K, it will print to 50 "M's"; my sense is to set a limit of perhaps 4, possibly 5 digits. Browserling doesn't appear to set a practical limit (I didn't try a million yet). I dislike the idea of allowing someone to print out a thousand "M's" just because they can. Also, someone may make an error and type in a huge number without meaning to, etc. Thoughts??

from adobe-brackets-encode-decode.

Mayank2901 avatar Mayank2901 commented on August 18, 2024 1

Hi @nadchif i would like to contribute.

from adobe-brackets-encode-decode.

nourmab13 avatar nourmab13 commented on August 18, 2024 1

uh-oh, I forgot to @nadchif in my original comment. I would like to contribute, please

from adobe-brackets-encode-decode.

Shankhanil avatar Shankhanil commented on August 18, 2024 1

This project is gathering so much contribution! Awesome to all. and @nadchif

from adobe-brackets-encode-decode.

nourmab13 avatar nourmab13 commented on August 18, 2024 1

Thanks, @nadchif ; I'll go ahead and start working on the Roman --> Decimal conversion. Thanks for the snippet - I leveraged same from some of your code when I checked that the input is all digits for the decimal conversion. I appreciate that you are so helpful!

from adobe-brackets-encode-decode.

nadchif avatar nadchif commented on August 18, 2024

@Mayank2901 Sure, please go ahead ☺

from adobe-brackets-encode-decode.

nadchif avatar nadchif commented on August 18, 2024

@nourmab13 thank you. Please go ahead ☺

from adobe-brackets-encode-decode.

nadchif avatar nadchif commented on August 18, 2024

Thats a nice one! looking forward to your contribution 😄

from adobe-brackets-encode-decode.

nadchif avatar nadchif commented on August 18, 2024

Hey @nadchif, I'm completed and tested Decimal-> Roman. Two questions for you: (1) Does it make sense to go ahead and submit pull request for this conversion alone, or shall I wait until I complete the Roman->Decimal and submit both together?

Hey @nourmab13 I'm glad to hear you are done with the Decimal -> Roman conversion. 👏 You may go ahead and work on the Roman -> Decimal. No pressure, no rush 😄

from adobe-brackets-encode-decode.

nadchif avatar nadchif commented on August 18, 2024

@nadchif here is the second item: May I please get your input on setting limits on the size of the decimal being converted? By definition, Roman numerals are not meant for massive numbers; thus M (1000) as the largest. So if you want to see 50K, it will print to 50 "M's"; my sense is to set a limit of perhaps 4, possibly 5 digits. Browserling doesn't appear to set a practical limit (I didn't try a million yet). I dislike the idea of allowing someone to print out a thousand "M's" just because they can. Also, someone may make an error and type in a huge number without meaning to, etc. Thoughts??

😆 This is a valid concern. I think it would be a great idea to implement a limit. If you plan on communicating back to the user, here is a snippet that might help:

  const Dialogs = brackets.getModule('widgets/Dialogs');
  Dialogs.showModalDialog('',
          '{Add your Dialog Title Here}',
          '{Add your dialog message here}');
  }

from adobe-brackets-encode-decode.

nadchif avatar nadchif commented on August 18, 2024

It's a pleasure 🙏

Happy Coding! 💻

from adobe-brackets-encode-decode.

nourmab13 avatar nourmab13 commented on August 18, 2024

Hi @nadchif - I created a pull request, and I see it on my fork, not on the main repository (is that correct?). I just wanted to confirm that I submitted it correctly. Thanks!

from adobe-brackets-encode-decode.

nadchif avatar nadchif commented on August 18, 2024

@nourmab13 yooohoooo! 👏 😁
The pull request you opened, will update your fork's master branch by merging the latest commits from this master.

Please go ahead and merge that PR into your master. Once you are done, you can create pull request using this link master...nourmab13:master

from adobe-brackets-encode-decode.

nourmab13 avatar nourmab13 commented on August 18, 2024

from adobe-brackets-encode-decode.

nadchif avatar nadchif commented on August 18, 2024

Hi again. Please make sure you

  1. commit your local changes
git commit -m "description message" 
  1. Then push the changes to your fork's master branch
git push

I think that would resolve this problem

from adobe-brackets-encode-decode.

nourmab13 avatar nourmab13 commented on August 18, 2024

from adobe-brackets-encode-decode.

Related Issues (12)

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.