Andrew Kehrig

Results 11 comments of Andrew Kehrig

Also it's worth mentioning that the documented process for deploying static web sites involves having a nginx container running, while caprover itself is already running an instance of nginx. It...

It does not appear this is being maintained at all. The google assistant service itself seems very broken. > On May 9, 2020, at 3:50 PM, Savannah Ostrowski wrote: >...

@AndreaMiotto any plans on merging this for a new release?

@tim-finnigan not one of the [options listed](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) mention a package manager for the installation, which is a [surprisingly](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-macos) [common](https://www.linode.com/docs/products/tools/cli/guides/install/) [thing to want](https://cloud.google.com/sdk/docs/downloads-snap), so it's easy for a fellow user to...

https://medium.com/@jlchereau/stop-using-inappbrowser-for-your-cordova-phonegap-oauth-flow-a806b61a2dc5

Looking at the SFViewController docs on iOS, I don't think this should be available on iOS. Should probably close this.

Have you tried changing your language version?

ThemeableBrowser uses WKWebView or UIWebView. Changing the URL is not an option in safariviewcontroller. Please refer to what is possible in Safari View Controller - https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller

I'd love to but I'd like to test to see if the MS SQL driver works well with the new unixODBC. Are you aware of any current issues? I can...

it'd help to know more about how you are running this. You can just create a simple Dockerfile base image: ```Dockerfile FROM php:8.4-cli RUN docker-php-ext-install sockets pcntl RUN apt-get update...