Prabhanjan
Prabhanjan
Ughh. let me reopen this, will test on my macbook soon
Weird, worked normally on my m2 mac. maybe your download was actually corrupt or something?
Most likely this is because there are no version change in the release. will implement some new feature and do a version upgrade and release one more time this weekend....
Apologies, it's the OSX shenanigans, I have only work macbook, I can't generate certificate from that. will try to get a resale macbook soon. For now ```sh xattr -r -c...
Issue seems to be with webkitgtk https://github.com/tauri-apps/tauri/issues/5466#issuecomment-1346356972
I did some analysis, currently most of the modules that needed oxidization are already in rust, ex: image compression with SIMD etc. rest there are some modules which use heavy...
Now that I think about it, image compressor uses `libvips-wasm` which is a huge 5MB wasm file. it works but we can definitely cut cost there, if you are able...
Closing this I migrated to rust myself. now the image module is completely rust no wasm
This should be solved by now, I moved GH CI image from 20.04 to 22.04. let me know if issue still persists I don't have a ubuntu machine atm I...