Lukas
Lukas
Disqus would not load on my blog until I have removed these lines.
Hey @ninjinkun, this is a great library but I have noticed that you are not merging pull requests any more. Perhaps you can add other maintainers who can merge them?...
…animating at 0.5.
This fixes #228
## Expected Behavior When I write this: ``` let identify = Identify() identify.set(property: "someId", value: someValue) identify.set(property: "anotherId", value: anotherValue) amplitude.identify(identify: identify) ``` **and** if there was a value for...
Mini-fix in README: The backslash before the $, \$, cause the $(vcprompt) to not be evaluated properly.
Small workaround for cases where the cancelButtonIndex is not returned by the getter. The solution is an explicit setter.