Alejandro González

Results 121 comments of Alejandro González

> So the behaviour seems to be quite broken already unfortunately. Right, that's useful to know. Calling `fromJSON` of a `toJSON` result should deserialize to the same Lua value no...

Thank you too for sharing your thoughts! I stumbled upon this crate and it looked very promising for my use cases too, until I noticed this quirk that made me...

I can reproduce this issue too. After some investigation, I came up with the conclusions that, in WebDriver spec parlance, `tauri-driver` is just an [intermediary node](https://w3c.github.io/webdriver/#dfn-intermediary-nodes) (i.e., proxy) that launches...

I think it's main use would be to compute some kind of "performance score" for the client PC, and deciding things like what models to load or what code to...

> It would be nice to see it reviewed, tested and merged soon since it could provide many benefits right now even before IMG related features are integrated. Just for...

> Personally I hardly see any privacy issues with knowing client's hardware. After all, it's a game (multiplayer). And the game is hardware dependent. While it can be argued that...

> Besides, making it optional will not solve device fingerprinting in any way. And for advanced users hardware information spoofing isn't something too complicated. So arguably speaking making it an...

#1701 explicitly states that this kind of behaviours do not work: > Does not work: > * Сhassis > * Turrets > * ZR-350 opening headlights > * Rhino, Hydra,...

Thanks for your prompt reply! > This means, fixing the issue requires forking `serde_derive`. I would love to help with something like that, but that task of creating that and...

> Are you trying to fork serde+serde_derive? That would be more powerful, but I am uncertain if requiring patching the dependency for every user is worth it. I was more...