Richard L Zarth III
Richard L Zarth III
It seems like the (albeit poorly named) `message://` URL scheme can be used to achieve this. If the default Mail app is not installed `UIApplication.canOpenURL(_:)` will return `false`; otherwise `true`.
For those stumbling upon this GitHub issue hoping to find something along the lines of "what do I need to make this project work in September 2022?" I was able...
@simonzen I was able to login to http://localhost/login via the username and password provided with `pgadmin_default_user`/`pgadmin_default_user_password` during the `cookiecutter` setup. By default I believe these should match the username and...
To add some clarity to @robertop23's answer (which worked for me): In both `backend/backend.dockerfile` and `backend/celeryworker.dockerfile` replace the following code blocks: ```bash # Install Poetry RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py |...
Any information or progress on this issue?
This warning seems to have manifested backwards (at least within Xcode 13): instead of changing the headers in `AppsFlyerLib.h` or `AppsFlyerShareInviteHelper.h` to make the warnings disappear, I was able to...
Can confirm that we are still seeing these warnings on the latest version of Xcode (13.1). (👋 @SeanMcTex 👋)
Thanks for the work to put that together, @pyb4430! That seems like a promising fork. 🎉
It seems like this is no longer an issue as of Xcode 13 Beta 5. I can confirm that `NVActivityIndicatorView` is building correctly for me again. The relevant change in...
@karola-gr, very likely unrelated, but `.unique(on: "entity_one_id", "entit_two_id")` has `entit_two_id` misspelled.