-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Same problem from project euler #13
Comments
Hey! You're definitely right, I think I set it up so that it only returns problem 100, since I was hacking things together for the hack-a-thon where this was first built. ...but seeing as I have some real users, I can fix this! I'll have a PR up for it shortly. I'm thinking of two options:
Anything else I should add? Also, feel free to send any other feedback you have here: mdemar01@student.ubc.ca. |
Hey! Yes, definitely the option one is the best way. Let's choose a random no. b/w 1 & 747. Although this number is dynamic.. it might go up or down. Better to have this number driven by the API as well.. Thanks for this extension sir.. it helps to solve project euler problems in a familiar environment. |
For sure, I think for now I'll use that 747 value as an upper-bound, and in the future will look to check it dynamically... somehow. Glad to hear you're enjoying this project. I should have the PR finished tonight, latest tomorrow. |
New version is published. |
@Grv-Singh sorry about this -- just fixed it! There was a bug in the API URL the extension was creating, it's patched in 1.0.2. |
@Grv-Singh just want to follow-up and make sure this is fixed -- is it working for you okay now? |
@michaelfromyeg Indeed, it is working as expected. Many thanks for your quick fix! |
Each time a Problem is requested from Project euler, the same problem is populated with it's markdown file and python file, in my case it is stuck at problem 100
The text was updated successfully, but these errors were encountered: