Joshua Wise
Joshua Wise
todo on this front: - [ ] all icons, when looking for a scale to load textures, should ask for the point size they want, and have the texture loader...
On MacOS, a common idiom is to pinch to zoom on a touchpad, and use two fingers for X-Y scroll. This works well in KiCad, for instance. In ngscopeclient, pinching...
Currently, `ngscopeclient` takes the UI metaphor of, well, an instrument on your desk. This is certainly an improvement in many cases -- the DHO4000 on my desk has a laggy...
While I was debugging a power supply last night, I found often that I wanted to leave one set of cursors around as a reference for precisely what I was...
It would be very nice for cursors to 'snap' to high d/dt edges when being dragged around. One strawman proposal: * When the mouse pointer is near (in both X...
I believe SDK support for these is sadly very limited on Linux, but on Windows and macOS, the first party SDK seems to be the thing that people do. I...
I designed a small priority encoder in a LiteX framework, and found that the post-synthesis results were not as I had specified in my Migen input. I specified the following:...
In the nRF5x LL PHY, we use TIMER0 to trigger various Tx/Rx sequencing tasks. The PHY attempted to recover from some cases in which it was 'late' setting up TIMER0;...
### Environment **Python Version:** Python 3.12.3 (main, Aug 14 2025, 17:47:21) [GCC 13.3.0] on linux **Nikola Version:** ``` (venv) joshua@anima:~/work/joshuaweb-next/venv/nikola$ git log --oneline -5 7f235e065 (HEAD -> jwise/develop, jwise/jwise/develop) Add...
### Pull Request Checklist - [X] I’ve read the [guidelines for contributing](https://github.com/getnikola/nikola/blob/master/CONTRIBUTING.rst). - [X] I updated AUTHORS.txt and CHANGES.txt (if the change is non-trivial) and documentation (if applicable). - [X]...