greenersharp
greenersharp
- [ X] and/or I have checked that this bug exists on the latest mainline of AutoGluon via source installation Steps to reproduce: Start collab notebook with GPU, then: ``!pip3...
I have a simple form I am using to test htmx. It has a few checkboxes and POST's the data to a server. ``` a1 a2 a3 ``` Let's assume...
I noticed that litecli is trimming long strings, seemingly after about 495 characters. So instead of showing a full string, it shows 495 characters + "...". ``` instructions.db> select instructions...
In my workflows I routinely need to iterate the database in reverse order. This change adds a 'reverse' parameter to all iterators.
I'm learning and experimenting with using Arraymancer and text embedding. In python I use SentenceTransformers and Sklearn/KNeighborsClassifier to find closest matches, using the Cosine metric. It seems like Arraymancer doesn't...
Hi. I'm exited to begin writing embedded code with nesper on ESP-32. I checked the library code and couldn't find any examples of how to grab images with the ESP-32...
The non-hdmi version runs fine. But the HDMI version runs for a second and then crashes with a segmentation fault. Running on GNU Radio 3.10.1.1 (Python 3.10.12) -------------------- /home/aaa/.local/lib/python3.10/site-packages/matplotlib/projections/__init__.py:63: UserWarning:...