SpikeHD

Results 171 comments of SpikeHD

Totally! I think that the API you linked covers 90% of cases, but it would be good to have something that allows devs to know before the browser launches, in...

Interestingly, this does not happen for me (though, I am on Windows 10) ![image](https://github.com/user-attachments/assets/42cd934e-7f89-4e2f-ac1f-83786ba94291) I assume you aren't using any themes?

No worries, I'll close this for now since I've never been able to reproduce. If someone else comments that it is still a problem I will reopen

Also, just for my own testing, what category were you using to test?

EDIT: Misread what you meant, these are good ideas and I'll see about implementing some of them

This sounds like it's related to https://github.com/tauri-apps/tauri/issues/10878, which itself it related to https://github.com/tauri-apps/wry/issues/1195 and this PR: https://github.com/tauri-apps/wry/pull/1196. As far as I can tell (and I could be wrong, it's a...

Awesome progress ![image](https://github.com/SpikeHD/Dorion/assets/25207995/4ffcc1b8-7820-430c-b324-1e14de1d8a1f)

This is apparently due to the preinject script. Assuming I can get that working this actually doesn't seem too difficult

Some discoveries related specifically to Windows: * Replacing inbuilt `window` properties (e.g `fetch` or `XMLHttpRequest`) causes `STATUS_ACCESS_VIOLATION` when done too early, and I suspect Tauri v2's `initialization_script` runs earlier than...