Volky

Results 12 comments of Volky

I think this is related to some Firefox API changes. The WebDriver call to get the page source relies on the Browser, which may or may decode HTML entities. The...

# Workaround source: https://stackoverflow.com/a/69424195/1418456 use the functions shell to run the scheduled functions on a interval: ```bash firebase functions:shell # a shell with a "firebase >" prompt should open setInterval(()...

> maximum length for `EthereumSignMessage` message is 1024 bytes and it is unlikely to be increased. @matejcik could you explain why it's unlikely to be increased? Some platforms are using...

My current example for this is actually https://prop.house Sorry, but you won't be able to reproduce without spamming their platform 😅 They sign the whole content of your proposal. So,...

@matejcik > fwiw this text does not come from firmware. Actually, it comes from this line: https://github.com/trezor/trezor-firmware/blob/0b9f7db742abfc432646f2bd50e0e32b7adaec07/core/src/apps/ethereum/sign_typed_data.py#L427

Also, EIP-712 is supported by Trezor with blind signing. I guess it's better to be able to sign blindly than not being able to use some dapps.

I think this key should be on the selenium2 Factory/Driver. It's an alias for the "version" capability, and it's still used in someplaces.

Is there a tentative release date for this fix? Thanks for seeing this through, btw 🎉

Performance wise using canvas gives a ~10x improvement over DOM particles. You can try it out yourself. Clone this repo and open canvas.html and dom.html: https://github.com/quidmonkey/particle_test I can get steady...

@yiliansource def think a canvas renderer would be a huge improvement. CSS animations get sluggish pretty quickly with particle quantity Not sure about WebGL. I don't think this needs to...