Replies: 1 comment 1 reply
-
Hello, this code is in another repository here and maintained by another team. You can open an issue on their end or open a PR there if you wish to. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure who looks after MozillaRustComponents, but this func in MZKeychainWrapper needs some work:
as it calls itself instead of presumably being this:
This also means that the other
set
funcs for Float, Double and Bool will also recurse since they hit the Int version.Beta Was this translation helpful? Give feedback.
All reactions