Jan Olbrich

Results 9 issues of Jan Olbrich

Hey, I would love to use ProcedureKit in my current app. Currently all tests are written with Quick/Nimble. Are there any plans to provide TestingProcedureKit for Quick/Nimble as wait(for:) is...

enhancement
discussion
TestingProcedureKit

Hey, we are currently trying to integrate danger into our internal infrastructure. Sadly we are unable to do so, as the docs seem to be incomplete. version: computer:App user$ gem...

`python mcts_go.py` and entering the first coordinate results in: ``` Traceback (most recent call last): File "mcts_go.py", line 47, in main() File "mcts_go.py", line 41, in main move = bot.select_move(game)...

Just one more blog with focus on quality in Mobile Development

On installation via brew I get: ==> Checking out tag v0.1.9 ==> make delete install copy clean Error: Empty installation Compiled with Xcode 8.2.1 Swift 3 I get: Illegal instruction:...

When running sourcekitten doc -- -project Testproject.xcodeproj it creates a whole bunch of information. Interestingly though it doesn't create any details within instance methods. You'd get an empty array. e.g....

Hey, I'm trying to index an entire Xcode project. Sadly the documentation for index is missing. In one of the issues I've found it describes I'll have to pass more...

I'm currently trying to get Smuggler to work with the provided SwiftTrace bundle. Getting it to compile wasn't easy as the custom run phases at the end didn't work. But...

Hey, I'm trying to run grift with a minimal example. I've build it from source with `swift build` and use the executable from `.build/x86_64-apple-macosx10.10/debug/` ``` class ClassA { func test()...