Nuno

Results 39 comments of Nuno

Hi @natacodes, I have played a bit with this library these last days so I might be able to help. While on the Sandbox environment, a popup is prompted when...

@cHaLkdusT your tutorial is very clear, but I am confused about whether we need to enable this keychain sharing in order to store a secret on a device's/Apple ID keychain,...

@cHaLkdusT thanks. That's what I am doing, I was concerned it would work locally and fail in production.

Closing due to inactivity and a provided answer already.

@ggwpez did you happen to resolve this issue?

@vedhavyas could you post an update on this issue?

@mikiquantum @vedhavyas @mustermeiszer @tankofzion Appreciate your thoughts, specially regarding my formulation of the problem. Please let me know if I am seeing that correctly. Any other feedback is welcome as...

Thank you @mikiquantum @mustermeiszer @vedhavyas for the valuable feedback, really 🙏 ### Features With all of your feedback considered, I see the following features: 1. When connecting to a chain,...

@MatthewDarnell did you find a solution in the end?

@alexandre-g it seems like the first case shouldn't compile if `uploadFile` has a named argument. What happens if you run this: ``` swift getFile() .then(self.uploadFile(fileUrl:)) .progress { // is it...