Toastx
Toastx
Following your method, I have a suggestion: Instead of string, we can output a tuple in the format of ("content", type), and let the front-end handle it respectively. So it...
I can try that as well, but I feel using base64/uint8array won't make a difference tbh... And converting the b64 into its original content would be easier no? One more...
> You’re right as well. My perspective is that, considering the use of Tauri’s `invoke`, I understand that GitButler is not communicating through standard web protocols but rather using Tauri’s...
After reading about the IPC, and the output structure serialization stuff, Serialization of Uint8array would be faster imo, as it is in the raw binary form when it is in...
Smaller uint8arrays can be wrapped as array, and passed through it. Larger has to either be parsed as b64, or tauri supports the datatype called `arraybuffer`, but it requires manual...
All right, Ill begin on the base64 working then. Do let me know if u need anything in particular in the output struct, apart from content, type and name
So, I want to test the implementation, and I try following the steps from Development.md , but for some reason, I keep on getting error after error, as I keep...
Really sorry for the late reply,  i was getting different errors before, but I couldnt solve this one Tried running the terminal is admin, didnt work, reinstalled cmake, didnt...
Yes bro, all the prerequisites have been installed. Have been using cmake for 2-3 projects as well. Not sure why this sudden access is denied
I am still getting the same access denied error, I'll try reinstalling Rust, MSVC and Cmake again tomorrow , and try it