Krzysztof G.
Krzysztof G.
> @gikf that doesn't sound like it would really solve the problem. If we share the calendar, the people we share it with would still need to manually accept event...
One option could be trying to join the two, when that's possible. Taking the same example as above: - One specific user story, using in test the exact _values_ as...
_Generic_ tests could also add some randomness to the equation. Either by picking test case from a specific set test cases/results, or a more generated test case. For example: Pokémon...
Exactly, and with minimal care, the risk of generating confusing inputs (ie. during one try with generated input `x` test passes, during another with generated input `y` it doesn't) is...
Thanks for opening this issue. This looks something that can be fixed by "first time" code contributors to this repository. Here are the files that you should be looking at...
Thanks for opening this issue. This looks something that can be fixed by "first time" code contributors to this repository. Here are the files that you should be looking at...
Looks like `x.com` started to be used more consistently. Including redirections `twitter.com -> x.com`.
I'm able to get the slowdown both in production and in development. Reproducing it a bit loosely: - Go through multiple steps (around 20?). - At some point writing few...
Hey @ojeytonwilliams! - It was the _Performance_ tab in the browser's developer tools. Not the profiler from react developer tools. Once I noticed the lagging, I turned on recording and...
I think one more test is required, to cover generated non-palindrome. Otherwise there's option to hardcode the specific cases and anything else consider as a palindrome.