Victor Aremu
Victor Aremu
I have created a repo https://github.com/ahkohd/tauri-flake where we can all contribute to the flake. I'm looking for a Darwin contributor and other reviewers. I can contribute to this, but I'll...
> I asked on the Discord, and the TL;DR is that it should probably be made and owned by a member of the community first. I'd be happy to own...
looks good to me.
I have some exciting news! After much experimentation, I finally created a fully functional NSPanel from Tauri's `NSWindow`. Please take a look at https://github.com/ahkohd/tauri-macos-spotlight-example/pull/6 for more details. It would be...
Yoyoyo, it's here https://github.com/ahkohd/tauri-nspanel
This is due to multiple re-renders, and lots of emojis element nodes that are loaded into the DOM. This is will be an intensive operation for some medium to low-budget...
The proper way to solve this issue is to lazy load the emojis using intersection observer at the plugin level A hacky method is to programmatically open and make the...
Alternatively, you can try out https://ahkohd.github.io/ngx-emoj/ its a bit optimized