Karan Singhal
Karan Singhal
OS: Linux OpenSSL Version: 1.1.1 I am using the same exact code on MacOS and on Linux: ``` guard let decryptedData = try CryptorRSA.createEncrypted(with: data).decrypted(with: privateKey, algorithm: .sha1)?.data ``` I...
I am attempting to write to a characteristic. The first time I run the code below, it works and my peripheral is written to and I receive a callback handler...
I am trying to implement the following use case on iOS: 1. User opens app and we start observing proximity for certain zones 2. User enters/exits zones 3. User's phone...
Hi, I am using this gem with multiple users, and am getting a weird bug when trying to authenticate. I create a `devise_token_auth_group` that lets me authenticate multiple user types....
I am calling the resolve function, but the task seems to be reclaimed instantly by the worker even after it has already been completed. In other words, the tasks never...
### [READ] Step 1: Are you in the right place? * For issues related to __the code in this repository__ file a Github issue. * If the issue pertains to...