metronome12

Results 3 issues of metronome12

I found an issue compiling the example program in Xcode 13.1. The issue can be solved by adding the following to the dependencies section in the Package.swift file: .package(url: "https://github.com/Boilertalk/secp256k1.swift.git",...

dependency

grep -P is doesn't work on a mac. The solution to this is to install gnu grep with: brew install grep and then used ggrep in the scripts instead of...

In the application.yml file the uri needs to point to the correct region in order for the sample to function. It is set to https://auth.pingone.com by default in the application.yml...