Calculation Broken?
See original GitHub issueHello,
I ran into a problem that I canāt seem to be able to fix. The problem is that the calculation function is not running when it needs to. How/Why this happens I am not sure. I was using it yesterday it worked fine. Didnāt change anything but somehow it still broke. I tried 2 things that came to my mind. I tested these things by putting console.log("Working!");
in de calculate functions but it doesnāt seem to give the reaction it should.
-ā this.engine.calculate();
- App.vue
-āļø this.calculate();
- Node.js
I also tried reinstalling the packages but this didnāt change anything. I hope that there is a way to fix this issue!
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Broken Calculator Puzzles - Math is Fun
Play Broken Calculator. Sam's calculator got smashed, but some of it still works. Can you help Sam get the answers?
Read more >Broken Calculator 4 - Transum
Use the keys on this broken calculator to make the totals from 1 to 20. Five has already been done as an example,...
Read more >Broken Calculators - Math For Love
Teacher: We're going to play Broken Calculators today. Each calculator has at least one broken key and a target number we're trying to...
Read more >Broken Calculator - LeetCode
There is a broken calculator that has the integer startValue on its display initially. In one operation, you can: multiply the number on...
Read more >Broken Calculator » Toy Theater | Learn ⢠Create ⢠Play
This online broken calculator game challenges students to write out multiple equations that will result in the same answer. Build fluency and have...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@benkimball I can reproduce this. Could not find the error yet, but Iāll continue trying š
I think you fixed it! I am not having anymore problems right now. Thanks for the support.