mbaklor

Results 16 comments of mbaklor

I actually tried this 14pt font, but I'll test again just to be sure. I'm not entirely sure how to fix this myself, my js skills aren't quite there lol,...

okay I exported pngs of the letter א (char 1488) to start with, I'll attach them here. The one issue I see coming up is that there's usually a bit...

Looks fantastic, can't wait! Thank you!

Oh I guess I didn't think about it, is screen lock blocking an api that exists on desktop? Most of my PCs I use without auto locking and auto screen...

Okay, looks like mac is the same is ios, so that's easy enough. Linux gives `XScreenSaverSuspend(display, bool)` from here: https://linux.die.net/man/3/xscreensaversuspend Windows has `SetThreadExecutionState(flags)` from here: https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setthreadexecutionstate

Okay took a little finding (their docs are messy imo) but looks like the XDG portal equivalent is `org.freedesktop.ScreenSaver.Inhibit` https://docs.flatpak.org/en/latest/portal-api-reference.html#gdbus-org.freedesktop.portal.Inhibit

I'm adding this here because if going with the balloon notification API doesn't work, someone made a C version of the microsoft C++ example for the toast API https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/DesktopToasts/CPP https://gist.github.com/valinet/3283c79ba35fc8f103c747c8adbb6b23

Yea it looks like bubbles require a system tray app, but that might make implementing easier since the tray app logic exists already so it's just about adding notifications to...

True, but again, I've seen at this point a few implementations of balloon notifications that placed a systray, sent a notification, removed the systray. I don't know if with the...

update: I figured out what the line is at line 231 (where the bytes 005c006d are hard coded into the buffer) - the 005c is the location of the source...