Patrick W

Results 14 issues of Patrick W

An app that I'm writing uses Procedurekit (4.0.0 beta 6) to get the user's location using UserLocationProcedure. Usually everything works, but sometimes the procedures stop executing. Below is a verbose...

## Context and Description Is https://github.com/IBM-Swift/Kitura-HelloWorld-iOS really the simplest way to run Kitura as a server on an iOS device? Can no cocoapod be provided? I'm currently looking for options,...

Common date format string fallacies would be a great addition.

### New Issue Checklist - [x] Updated `fastlane-plugin-test_center` to the latest version - [x] I read the [README.md](https://github.com/lyndsey-ferguson/fastlane-plugin-test_center/blob/master/README.md) - [x] I reviewed the [example(s)](https://github.com/lyndsey-ferguson/fastlane-plugin-test_center/blob/master/README.md) for the action(s) I am using...

🐞bug
🔎 under investigation

Currently wit supports PCM (WAV), mp3, ulaw, and raw. I'm working with the iOS framework, which uses PCM. I've tweaked it to use ulaw instead, and on slow internet connections...

speech

We're trying to activate a vtiger module, however its not working, and according to the documentation it requires: vtigerCRM version ( 7.1.0) • Zip Archive Package Library installed at server....

In order to be able to use the JBWebViewController from within a storyboard, for example via a segue, setup needs to be called from awakeFromNib. This PR takes care of...

I try to run the command `sudo docker exec -t -i containername /usr/bin/pull` from the :latest image. When I do I get an error: ``` fatal: detected dubious ownership in...

If one cancels a location task before it completes, the console shows an error before continuation.resume is never called: `SWIFT TASK CONTINUATION MISUSE: run() leaked its continuation!` You can test...

I've tried using SwiftLocation in a new app I'm creating using async await. I did it according to the readme: ```swift try await location.requestPermission(.whenInUse) // obtain the permissions let userLocation...