JohnHKoh
JohnHKoh
Currently, the `swal-modal` class uses the CSS property `will-change`. https://github.com/t4t5/sweetalert/blob/82c8869761c138f1fba7771a818e40f1aab35be6/src/sweetalert.css#L42 While this could help browsers perform optimizations, it also has undesirable side-effects. As of Chrome 53, `will-change` will prevent re-rasterization...
This improves the behavior of the dropdown search. After a selection is made, the search box is cleared.
Is there a way to add our own customer event handlers for certain components? For instance, I am trying to add a `onMouseDown` event handler for `thumbVertical`. I have tried...
Just like the ability to add Previous Wins (Before using tracker), it would be nice to have the ability to set the value for our best streak before using the...
Show word definition on row hover for locked in words and for the final target word at the end of the game. No hover:  On hover:  Clicking on...
Use RegEx search to search for track count integer instead of using indexing. If the number cannot be extracted, return 0 as a fallback. I never hit the error in...
**Describe the bug** I receive the following errors when trying to run `get_playlist` with the Korean ("`ko`") language using v1.7.3: ``` Traceback (most recent call last): File "C:\Users\asdf\AppData\Local\Programs\Python\Python311\Lib\site-packages\ytmusicapi\helpers.py", line 64,...