Isaiah Odhner

Results 276 comments of Isaiah Odhner
trafficstars

I don't think there are any good blink detection libraries out there, not with accurate detection. I think I would try using [Teachable Machine](https://teachablemachine.withgoogle.com/), with webcam images cropped around the...

An update: I've integrated dwell clicking into the desktop app (previously it was only part of the library). I'm narrowing this issue down to focus on eye blink clicking support,...

The demo [here](https://storage.googleapis.com/tfjs-models/demos/face-landmarks-detection/index.html?model=mediapipe_face_mesh) looks like it tracks blinking well, so we may be able to update FaceMesh and detect blinks easily. One minor detail: sometimes a fully closed eye isn't...

so I'm not making this a todo list for this issue but I wanted to gather all the "toggling" related concerns in one place, because it's pretty complicated already in...

Oh it could be the SVG rendering itself. It uses a filter inside the SVG. That's probably it.

¯\\\_( ͡❛ ͜ʖ ͡❛)\_/¯

- [x] Fix the build https://github.com/1j01/tracky-mouse/issues/53 - [x] Fix icons in packaged app. I tried a symlink, but Electron Forge broke. I could make the images folder into an internal...

The best visual match is 📿 (Prayer Beads); others include 𓍯 𓍼𔗫 𓍲 𓍱 ౿ Ꮼ Ꮘ➰➿യ🪢, and for the concept of a Free-Form Select tool ([à la MS Paint](https://github.com/1j01/textual-paint#readme)),...

This is affected by key order: ```js // This gets `null`: app.requestSingleInstanceLock({ argv: [], nonsense: [1], }); // whereas this gets through: app.requestSingleInstanceLock({ nonsense: [1], argv: [], }); ``` Also,...

Actually it appears to get a 301 (Moved Permanently) rather than a 404 when it's loaded from on the page. Possibly a misconfigured rename rule, or somesuch? :thinking: I don't...