j5y0V6b
j5y0V6b
@nocibambi Maybe this is a little trivial (and I am by no means a shell/*nix expert), but have you tried `killall espanso`?
Huh, I also thought adding a path into `Applications` to my PATH was weird, but I didn't/don't have that symlink. I added it with `sudo ln -s /Applications/Espanso.app/Contents/MacOS/espanso /usr/local/bin/espanso`, but...
Ah, but it seems that reinstalling via homebrew produces a symlink in `/opt/homebrew/bin/espanso` (I really should have mentioned that I'm using Apple silicon now that I think about it), which...
Pretty obvious that it would be, but this is still the case for Lua 5.4.
Here's a utility function for doing something for the above workaround (generalized for any application): ```lua --- @param app string|table --- @param fn function --- @return any function doWithActivated(app, fn)...
Piggybacking on this, there are also other problems with some unicode characters that are probably 4 byte in UTF-16 (e.g. emoji). For example, using styledtext which consists of subparts selected...
I'd love to, but I'm really burnt out at the moment, so I'd like to sit this out and let someone else here in the thread see if it works...
Agreed, but this may be down to weird java prefixes. For now, you can do `asdf list all java | grep -- '-11.'`, for example.
Since we've slowly been getting more and more extensions/addons on android, it seems that the process isn't too cumbersome (?), so I'd also like to ping this issue to see...
No, thank _you_ for putting in the work to port it!