Juliusz Gonera
Juliusz Gonera
I'm not sure how this repo got any traction, but I'm sure there are better examples of Socket.IO usage these days :) If you tell me how you found this...
@oliverwoodings What do you use these days? Or you simply don't need this functionality anymore?
I found another plugin that offers text sharing on both Android and iOS: https://github.com/buildyourwebapp/tauri-plugin-sharesheet There is also a fork that adds file sharing and some tests: https://github.com/rittme/tauri-plugin-sharesheet The code looks...
Thank you for a reply @EricLBuehler. I tried compiling the latest master 2 days ago both with CUDA 12.2 and with CUDA 12.4 that you have in your Dockerfile with...
@chrox Thank you so much for this comment! I was following the code of the official notification plugin and it [uses `register_listener`](https://github.com/tauri-apps/plugins-workspace/blob/584eb61f1694bcc621fd1b64c204e135a2e0a746/plugins/notification/build.rs). How come the hyphenated/snakecase version works there? Or...
Attaching a video: https://github.com/user-attachments/assets/247004ec-1375-413f-858b-e6d539532c6a
I also would like to see this to avoid using inline styles. I was confused why `wrapperClass` on `TransferComponent` would not have any effect but `wrapperStyle` would but I guess...
I was able to fix this by removing `libapp.a` from Build Phases -> Copy Bundle Resources section in XCode: --- I'm pretty new to both Tauri and iOS so I'm...