Eric Paulson
Eric Paulson
This isn't an official roadmap. I'm just using this space as a scratchpad for ideas. * [ ] There should be commands to store to/stage from our special clipboard history....
When the program is run with the update command it will create a "libraries" folder with the most recent p5 files in the current folder, no matter where it is...
When using Dragonfly over a VNC or remote desktop connection it appears to have timing issues with modifier keys. For example, when using Notepad, using a Dragonfly command to activate...
This adds two keyword arguments to `BringApp`, `target` and `title`. `target` allows specifying an alternate executable to use when determining which window to bring to the foreground. This is useful...
This is functional, but messy, code implementing support for both horizontal and vertical scroll wheels, as well as mouse buttons four and five.
# Neural Network Feature (Wish) List ## These are the basics: - [x] Basic 2-layer network with bias - [x] Activation functions which reuse the activation on the backwards pass...