nickumia
nickumia
@winchell-jeff I made a PR that runs the tests on Python 3.6 to 3.10 (on Github Actions), - https://github.com/kootenpv/contractions/pull/44
Hi, I found this repo from https://github.com/topics/help-wanted?l=python and was just perusing issues. I can't say that I understand the problem or how the script works; however, I had the same...
Hmm.. there is a newer version of the package available (`0.1.73`), but ~not sure if that will~ that won't solve your problem. I see this problem too. ```python >>> contractions.add('MS',...
P.S. `MS` is all uppercase. `Ms` is title case. `ms` is lower case.
Looking at the code a little more... I don't know where the best place to fix it is, do you have any suggestions? How important is [this comment](https://github.com/kootenpv/textsearch/blob/master/textsearch/__init__.py#L76-L77)? > -...
🤦♀️ Forgot to tag you and I know the notification doesn't work on an edit @kootenpv
I don't believe either of those solutions are correct... If it is `smart`, this test fails: ```python def test_insensitivity(): > assert contractions.fix("You're happier now") == "You are happier now" E...
It seems like there isn't a good consensus on operational and maintenance procedures.. If the logs are in NR, then creating a process for linking to those logs (i.e. doing...
Hi, I made some changes that might help you here, - https://github.com/the-vishal/EyeControlledCursor/pull/4
I agree with @emmanuel-ch.. I don't think the GUI framework is the root cause of performance issues. I was trying to find out what the most performant GUI framework is,...