Jason M
Jason M
Thanks so much for the code and data behind your research(!), but I am having trouble finding the associated questionnaires for all of the surveys/polls... are they available? Any other...
This is for the Chatbot app. I have the Redisearch module loaded. The errant code: ``` # Optional step to drop the index if it already exists #redis_client.ft(INDEX_NAME).dropindex() # Check...
I'm sure I'll be able to fix this shortly, but I figured it's worth mentioning if you want this notebook to work out of the box. I was running this...
Could the docs (if not the code) be improved to make it clear how to: - run this without requiring users to authenticate - handle authentication via a 3rd party...
# Add New Prompt > ⚠️ PLEASE INCLUDE YOUR PROMPTS IN BOTH THE `README.md` and `prompts.csv` FILES FOLLOWING THE GUIDELINES PROVIDED BELOW. You'll need to add your prompt into README.md,...
Insult Detection model doesn't understand that "mofo" is (usually) an insult. Not a big deal, but it is very common and the first thing I tried. Regardless of how it's...
https://github.com/scivision/PyLivestream/blob/main/Examples/screen_share.py That needs to import screen and get the function from there `AttributeError: module 'pylivestream' has no attribute 'ScreenStream'` Also, your PyPi links to a non-existing .json
Updated some references to ancient, deprecated methods (apt-key, apt-get)
Currently, if the PDF of an item isn't found all PDF searches stop and a browser tab is loaded. I would be better if the plugin continued to try to...
Python 3.9 in a fresh venv: ``` % source myEnv/bin/activate % make install python -m pip install --upgrade "pip