Elvis Dowson
Elvis Dowson
Signed-off-by: Elvis Dowson
…next' error. For Python 3.x, we have to use next(reader) instead of reader.next() Signed-off-by: Elvis Dowson
This commit fixes several build issues on linux platforms. Ensure that you have a more recent version of a compiler installed, e.g. clang-8.0.1, so that the correct versions of c++17...
Remove SETUPTOOLS_ARG_EXTRA since "--install-layout=deb" is not supported on Ubuntu-18.04. Using this argument causes `make install` to fail. Signed-off-by: Elvis Dowson
I'm trying decode a single NMEA AIS message using libais, but can't seem to get a proper output. Code: ```py import warnings warnings.filterwarnings("ignore") import ais.stream nmea1 = '!AIVDM,1,1,,A,33P;Tw0tjBQO22:E7dm66DrB20UP,0*2E' output =...
This pull requests contains bug-fixes for running the standalone tests for uart located in `verilog/dv/tests-standalone/uart`.
## Description of bug / unexpected behavior I created a ThreeDScene and added a PolarPlane. I notice that the PolarPlane units are not aligned with actual drawing units in the...
This patch series defines an OLLAMA_HOST environment variable for the ollama init service to avoid repeating it when pulling ollama models: ```yaml environment: - OLLAMA_HOST=ollama:11434 command: - "-c" - "sleep...
Hi, I had a working installation of Obsidian-1.8.10 on Ubuntu-24.04.2 LTS linux up until yesterday (15-June-2025). A recent update to the Excalidraw plugin to 2.12.3 has potentially cause ExcaliBrain to...