Charl P. Botha
Charl P. Botha

Currently notes-list on the left shows one line per note. This specific tkinter control supports multiple lines per item. We should use this functionality to show the first line of...
A user with more than 2000 notes reports that real-time search updates in nvpy 0.9.1 are slow, sometimes causing significant lags in nvpy interaction. I've made one small optimization w.r.t....
Documentation mentions: 'A local or remote image address in kill-ring. Use the org-download-yank command for this. Remember that you can use "0 w" in dired to get an address.' When...
I can successfully run the `threejs-fiber.ipynb` with the included `threejs-fiber.bundle.js` without any issues. Let's try and build the bundle by ourselves: ```shell cp -r threejs-fiber /tmp && cd /tmp/threejs-fiber python3.11...
When I try to install minipy with PIP the install breaks because README.rst is missing: ``` ~$ mkvirtualenv minipy New python executable in minipy/bin/python Installing setuptools............done. Installing pip...............done. (minipy)cpbotha@meepv3:~$ pip...
**Describe the bug** Performance of pgcat unexpectedly low on x86 hardware, but not on Apple Silicon. | Platform | baseline 10 | pgcat 10 | pgcat 100 | | ---------------...
**Describe the bug** I am able to run Python files on databricks via the vscode databricks extension, but notebook cells only run locally, and not on databricks, as is documented....