Krzysztof G.

Results 280 comments of Krzysztof G.

Could you share the complete code for your `MaxHeap`? I'm asking, because while pasting it into current seed code, it passes the test, but `remove` method doesn't behave correctly with...

To be honest checking just single value might not be enough to ensure it's always removing the greatest element, and heap is keeping max heap property after the removals. What...

More context: https://forum.freecodecamp.org/t/number-guessing-game-tests-8-and-13-wont-pass/564738 https://github.com/freeCodeCamp/learn-number-guessing-game/blob/3ab32fa2baf1e5abbe0df24693f8e3b3a709d4f3/.freeCodeCamp/test/1.1.test.js#L7-L32 As mentioned, the test is making another guess after each line printed out by script. Because of the way the number of guesses and the secret...

Hi @Adelinked. Congrats on your first pull request (PR)! 🎉 Thank you for your contribution to the page! 👍 We are happy to accept these changes and look forward to...

There must be something else impacting this than browser. @biometricPsychography could you see how this one displays for you? https://codepen.io/sanityto/full/gOKJQae

@cw66786 @biometricPsychography Thank you for confirmation. It appears that issue is caused by the method interpreting data, as being in local time. I've created PR changing used method, to use...

This is nice finding. I wasn't able though to confirm single quote `'` is causing the same issue. Could you check again? A little more context, after item with double...

I'm confused why the test with status _CLOSED_ don't have all denominations displayed. For now I'm gonna assume that's a mistake and they all should be displayed in such case....

Could you provide example code that should not be passing? From the step context it appears that attribute should be set within the `setPlayButtonAccessibleText` function, not outside of it.

Hey @aliomarmohamed this issue is not a place for that. Please see https://contribute.freecodecamp.org/#/ for the Contribution Guidelines. For creating new issue please check https://github.com/freeCodeCamp/freeCodeCamp/issues/new/choose.