kylefoley76

Results 11 issues of kylefoley76

Great research on who democrats are nominating. Thanks a lot for doing that. I really appreciate. One statistic I found especially interesting was Twelve out of 42 self-funders (29 percent)...

After I installed pysocks and started using it I cannot open the Tor Browser any more. When I run tor with python it works fine. When I open the Tor...

I tried to get the software to calculate the number of syllables in an audio which simply said 'help me' and I got back 'Try again the sound of the...

Thank you for building this software but I cannot figure out how to install it. 99% of the time software comes with pip install instructions, for that 1% of the...

I have a list of 500 players and after my first match, the loser loses over a 1000 points. In this equation: ``` k = len(self.__getPlayerList()) * 42 ``` comes...

The error message is: ``` cv2.error: OpenCV(4.9.0) /Users/runner/work/opencv-python/opencv-python/opencv/modules/imgproc/src/color.cpp:196: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor' ``` I'm using Python 3.11.7 I have versions: opencv-python == 4.9.0.80 The code is: ```...

It has to be the case that I'm doing something wrong. My list shows that there 466,550 words in my list and the words in the title certainly are not...

It seems like the issue is here in line 57 of the stemming.py: ``` for base, ending, rule in base_endings: yield { "base": base, "ending": ending, "rule": rule, "used_default": used_default,...