Cale Torino

Results 9 comments of Cale Torino

The nice thing is that all these apps are compatible according to their readme. > [Authy for iOS, Android, Chrome, OS X](https://www.authy.com/) > [FreeOTP for iOS, Android and Pebble](https://apps.getpebble.com/en_US/application/52f1a4c3c4117252f9000bb8) >...

Thanks for getting back to me so quickly. I tried the install process again using `PHP Version 8.1.8` still the same issue I see that the `escapeQuotedString()` method is not...

So I came up with a solution but it's a bit of a hack job however it should help anyone who has a similar issue. Install as usual from `install.php`...

@Pete9008 1000% correct I was getting very low power output... wasted a lot of time almost went to another library. Then after changing the time to `uint32_t tout = (uint32_t)(timeoutInMs...

Thanks :) happy to help

Hi guys, I had the same problem using the **materialTextBox** set to **Password** . A quick fix that worked for me was setting adding the code below to the FormClosing...

Hi there, Looks like some dependencies are conflicting. You can check them [here](https://github.com/Cale-Torino/FreeTAKServer_Manager/blob/main/WPF/FreeTAKServer_Manager_WPF/TextFiles/requirements.txt). for verification. The manager was made for the older version 1 of FTS and there is a...

I recently had a similar issue on a shared hosting Linux dist I thought maybe it's a cache problem and I tried: ``` composer clear-cache ``` ``` composer dump-autoload ```...

After setting up SMTP in the `.env` file and in the backends **config** section I had a similar issue when using the [/public/consumer/password_reset](/public/consumer/password_reset) endpoint. When executing the endpoint the result...