Martin Stemmle
Martin Stemmle
Improve docs. There is no example above, but below in the HTTP chapter is one.
I am new to last testing. Thus is stumbled when reading "ab" in the docs. Eventually when seeing it the second time I did start googling what it is. Adding...
I run into some edge case in which NoFailedDependenciesCondition to evaluate wrong. If I add a condition that is wrapped in a `NegatedCondition`. ``` swift let operation1 : Procedure =...
Somehow related to #512 but not about naming. Working with the Capabilities and my error handling I notice that in case a `AuthorizedFor` condition fails it returns an `ProcedureKitError.capabilityUnauthorized()` error....
Added the a reference parameter to the action to get the ability to access the alertView or actionSheet. In my case I am using this to access an alertView's UITextField's...
Hi, in our project we use QIS as our image server, which the users upload images via REST from our React SPA. Currently the app authenticates via a single user...
As far as I understood `browser-deeplink` it is supposed to stay on that website if they corresponding app is not installed. But since on Android it will transform the deepening...
Hi, using the `amatch` engine significantly speeds up my matching. Unfortunately it is not stable (at least for me). I ofter get this crash when using to `amatch`: ``` .../ruby/2.1.0/gems/fuzzy_match-2.1.0/lib/fuzzy_match/score/amatch.rb:12:...
Hey `*`, I would like to contribute some improvements. Unf. I can not get the repo setup to start. After overcoming some `yarn install` obstacles, `yarn test` is not working...