Hobson Lane
Hobson Lane
Rasa Version : 2.2.2 Rasa SDK Version : 2.2.0 Rasa X Version : None Python Version : 3.8.5 Operating System : Linux-5.4.0-60-generic-x86_64-with-glibc2.10 Python Path : /home/hobs/anaconda3/envs/rasaenv/bin/python **Issue**: User in POSIX...
- download google doc handbook as odt - convert to latex using pandoc - render to pdf using pandoc
```bash $ conda install -c conda-forge pynndescent $ ipython --version 8.0.1 $ python --version Python 3.9.7 ``` ```ipython >>> import pynndescent as pynn >>> pynn.__version__ '0.5.6' ``` I'm unable to...
* fix issue #40 * does not fix any tests and has not been fully tested (only runserver on Django >4.0, Python >3.8). The newly added `runtests.sh` fails on `main`...
No runtests.sh script was found so I created one, modeled after the `runserver.sh` but apparently the unittests are not properly setting up and tearing down the test environment: ```bash (maitag)...
Projects using poetry for dependency and environment management might appreciate a `pyproject.toml` file. I'll issue a PR to add a `pyproject.toml`. Also will add another `install_editable.sh` to `pip install --editable`...
A potential new user or contributor would like to view an example report for projects like Django, but the README.md links to thos reports redirect to the signup page for...
* book_parser needs to be recursive on blocks, processing each block as if it were a separate adoc file. * block delimitters should not be only 4-chars long but also...
Aira modularized and added functionality to your object_detector app. Added some Google Cloud vision API calls (the associated keys are placeholders and must be replaced for the code to work)....
* Fix #304 * Fallback to original title if wikipedia.org suggest API returns a nonexistent page title or no suggestions * Add BAD SUGGESTION warnings when Wikipedia.org suggests nonexsitent titles