Kaloyan Kosev
Kaloyan Kosev
I'm completely lost why my 2 tests fail. However, my manual testing results were all good. I'm very confused.
@jeanregisser , please take a quick look at the PR and maybe merge it 🙏 Causing annoying warnings on our side too and I really don't want to switch to...
Thanks for your reply! I have been thinking too, and I think [the way react-create-app did it](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#updating-to-new-releases) does worth checking. Long story short - they configured it as a one...
btw, if anyone cares: my workaround is to store the id of each message received... and when a new message kicks in - I double-check first if it is unique...
@jordanbyron thanks for your input! I edited the issue with version details. Expo SDK v35 (also reproducible on v36), React Native v0.59 (also reproducible on v0.61). Issue arises on iOS...
I'm not really sure I understood your idea. How this will solve the issue that each time the seeder executes, documents get different Object ID? Can you please share a...
In my opinion, this is highly crucial to achieving account abstraction on Ethereum 👏 The absence of this feature will result in many dApp developers resorting to the standard `verifyMessage`,...
Manually adding "OpenSSL.framework" in General -> "Frameworks, Libraries and Embedded Content" solves the issue for me too. But I need to manually remove it when debugging, blah. @awojciak , I...
@awojciak thank you for sharing! I noticed that the conflicting `OpenSSL.framework` version comes from Flipper. With the below line commented out, build succeeds. We ended up wrapping it in env...
Thanks for your patience! It's in our roadmap now 🙏