Steven Bell

Results 12 comments of Steven Bell

Thanks, I'll take a shot at this and send a PR soon!

My basic use case is that I want to open one of the notes that I edited yesterday, but I can't remember what I called it. For this case, I'm...

How are you setting up the display? My use case is a little different (mirroring part of the screen with `x11vnc` so I can scribble on PDFs live), but I...

Yes, this is on rM1. That's very interesting that it doesn't happen on rM2... must be something related to the screen driver and update behavior. I'll experiment with adding some...

I don't particularly care -- it works in Lattice LSE and Synplify, so it seems like it should synthesize. But a descriptive message that explains the error would be fine...

Hi Olivier, I'll take a look next week when I'm my work computer to see if I've got a working installation of Darkroom left on the machine, and I'll let...

I hacked on it a bit but didn't get to the point of being ready to submit a PR. From what I recall, it was very easy to set up,...

Yes, I think that would work. The issue is that if stuff is syncing in the background there's not an obvious mechanism for triggering a `systemctl` command. If I have...

I should have shared my solution from years ago! ```bash recent_notes() { if [ "$#" -gt 0 ]; then count="$*" else count=1 fi find $NOTES_DIRECTORY -type f -name "*.$NOTES_EXT" -printf...

Looks like it's on the roadmap (see the bottom of the README). Trig functions be at the top of my list since I use them while woodworking or doing other...