Pierre de la Martinière
                                            Pierre de la Martinière
                                        
                                    Hi! It's not on the roadmap, can you give me an example of rss feeds so I can have a look at the technical implementations? :)
After some research, I have decided to kill the tray feature. See my rationale in #686 :)
After some research, I have decided to kill the tray feature. See my rationale in #686 :)
As the main blocker (muda) seems to be solved, I guess the main issue now is to come up with an API (Rust + JS?) for native menus. Is it...
@amrbashir Big Kudos to the Tauri team for this. It seems the 2.0 alpha JS documentation is not complete, do you know if there is / will be some helpers...
I'd like to see that implemented !
I've faced the CJS/ESM issue recently on a couple of personal packages, so let me offer a solution that's quite simple (imho), but requires some setup. I have done that...
Any news on this?
For anyone looking for a dirty unofficial solution: ```js function isDev() { return window.location.host.startsWith('localhost:'); } ``` Assuming you're not launching a local server on your prod build of course.
Do I understand correctly that in addition of ESM support, this would allow async preload scripts? (which would be absolutely amazing)