Jochen Holzer
Jochen Holzer
I 've created a pull request that makes "claims" accessible for reading. See https://github.com/kylef/JSONWebToken.swift/pull/99 If you need a "fast solution" you can use my forked version pod 'JSONWebToken', :git =>...
Hi everybody, I have the same problem (also on an M1 processor). But I installed _dangerswift_ via brew: ``` npm install -g danger brew install danger / tap / danger-swift...
Hi @orta & @f-meloni ! Thanks for your feedback. I don't use a package.swift yet. (I thought it can also work without Package.swift) I start danger via `danger-swift ci` via...
I'm experiencing this too. I "fixed" it with this workaround (calling the stop-function in the setUp()-functions code): ``` override func setUp() { super.setUp() if (LSNocilla.sharedInstance().isStarted) { LSNocilla.sharedInstance().stop() } LSNocilla.sharedInstance().start() ......
Is there a reason not to merge this? Maybe that's just been forgotten?
Same crash here: - Xcode 15 - Simulator iPhone 15 / iOS 17 - Integrated via cocapods ``` Thread 1: "Could not find a storyboard named 'BarDashboard' in bundle NSBundle...
Has anyone found a (maybe temporary) solution of the problem in the meantime?