Mateus Ferreira
Mateus Ferreira
**Describe the bug** given a multi-line flashcard, if its back has a inline flashcard, only the inline flashcard will work, and the multi-ilne flashcard will not work **To Reproduce** Steps...
Thanks to @kawhicurry, we realized that we cannot make a direct connection between rcssserver (a native application) and [websoccermonitor](https://github.com/robocin/WebSoccerMonitor) (a browser application) in order to enable real time visualization, since...
On options, I have set python path to be '/user/bin/python3'. When I run the following code ``` import sys print(sys.executable) ``` it prints ```/usr/bin/python3``` --- ```/usr/bin/python3``` is version 3.10.4 and...
(this is a necessary duplicate of https://github.com/sphinx-doc/sphinx/issues/11760) The following code produces the following error: ``` .. argparse:: :filename: ../main.py :func: main :prog: main.py ``` ``` Exception occurred: \.venv\Lib\site-packages\sphinxarg\ext.py", line 448,...