Steve Corman

Results 10 issues of Steve Corman

**Describe the bug** tweets are being returned that fall outside the start-time and end-time arguments. Call below returned tweets back to 2011 **To Reproduce** `/usr/local/bin/search_tweets.py --query "istandwithrussia OR istandwithputin" --filename-prefix...

bug

v2 docs say to test the code using `$python3 scripts/search-tweets.py -h` but should say `$python3 scripts/search_tweets.py -h`

bug

**Describe the bug** Not exactly a bug because it seems to run fine, but I get `RequestDependencyWarning: urllib3 (1.26.7) or charget (4.0.0) doesn't match a supported version!` **To Reproduce** Run...

bug

### Short Summary In Komodo-PythonRemoteDebugging-12.0.1-91869-linux-x86/py3_dbgp the interpreter is declared as #!/usr/bin/env python whereas it should be #!/usr/bin/env python3 ### Steps to Reproduce Open the file ### Expected results py3_dbgp runs...

Component: Debugging

### Short Summary When working with several open tabs, executing a script runs a script other than the one with the focus. Normally this happens with a tab that has...

Just tried to use this on W10. Got: `FileNotFoundError: [Errno 2] The system cannot find the file specified.: '\\\\?\\D:/temp/clip.mp4'` It was only passed the valid path. IDK where the preceding...

IDK if this counts as a bug exactly, but that was the closest category. I just spend a lot of time trying to debug an error I got when running...

bug
video

I have changed the print statements to the new syntax. Getting other errors though. Is there a Python3 version of this software? ``` Traceback (most recent call last): File "C:\Python36\lib\site-packages\networkx\readwrite\edgelist.py",...

Trying to install [NewsSentiment[cuda]](https://github.com/fhamborg/NewsMTSC) on Ubuntu in a fresh mamba environment with Python 3.8. This yields an error `newssentiment[cuda] 1.1.25 depends on cudatoolkit==10.1; extra == "cuda" ` which repeats through...

After quite a bit of trying I got this mod and its extensions installed on WSL2/Ubuntu. Set it up as an extension for VSCode, which confirms that it is installed....