Sean Hagstrom

Results 39 comments of Sean Hagstrom

Note: this PR is `skipping-manual-qa` because the changes are hidden behind a feature-flag 🚧

@mohsen-ghafouri One thing I noticed is that the removed-keypair toast should be in light mode 🌤️

I'm just discovering Crux and it seems really promising for defining a core for React-Native apps. Currently I'm using React-Native for mobile and desktop apps, but I was thinking that...

My simple take on JSI is that we can support interop with JS objects directly, so we can skip an extra encoding/decoding step. Additionally, it allows for synchronous interop with...

@status-im/mobile-qa can you review these E2E results please? 🙏

Note, this PR is going to use `skip-manual-qa` because most of the work is feature flagged. We'll ideally be doing a design review once the feature flag for key pairs...

Hey @smohamedjavid 👋 I have a question about how we could potentially detect which key pairs are not imported. Should we check all the accounts for which ones are not...

Happy to make more changes to this PR, though I'm not sure if I understand the suggestions. I mentioned in an earlier comment that there was a reason to clamp...

One thing to note, I've recently seen this documentation on MDN about [creating 32-bit floats with `Math.fround` in JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/fround). Some interesting things came to mind that could help: * Maybe...

Based on some Java documentation, it seems we can use [the `.floatValue` method on a double in Java](https://developer.android.com/reference/java/lang/Double#floatValue()). This seems somewhat similar to `Math.fround` because it reduces the data of...