Parker Wahle
Parker Wahle
I have a wildcard SSL certificate setup through `nginx-proxy-manager`, and it always seems to give the error code `-300`. I tried setting up a SSL certificate for just that subdomain,...
You should consider contributing to Spark to bring it closer to feature parity with Timings, as the Timings library has been unmaintaned for quite some time now (see OC issue)...
I looked into playing a silent audio file for my use-case, but this seems a far more robust way to keep the app running. LGTM
I rebased these changes against the latest branch and added the landscape fix in my branch here: https://github.com/regulad/iOS-SOCKS-Server/tree/feature/fullscreen I also applied Black since you had some single quoted strings.
Didn't want to clobber your PR or steal your thunder. Feel free force push your branch to mine!
> @regulad I won't have access to my usual machine with Git for a few days. If you want to, feel free to go ahead and force push the branch...
I found some private APIs that can be used to keep the app alive while the device is awake, but there is nothing we can do while the device is...
> @regulad Hey! Unfortunately I doubt they'll be able to help -- Apple won't allow the app on the app store if it uses private APIs. A private API isn't...
@jacobeva hey, does this still work? I'm having trouble getting it to build in a container on 24.04 because of some automake issue: https://termbin.com/k4v5
Go into your `./android/app/build.gradle` and add this in the `dependencies` block. It will ignore the bad version of bouncycastle. ```groovy implementation(project(':react-native-tcp-socket')) { exclude group: 'org.bouncycastle' } ```