Bruno Alano
Bruno Alano
In some sense, the package compilation for AWS Lambda it's simple, following some basic steps, described in the README for example, where you should install the package dependencies and then...
I think that we should allow some sort of optional packages, where in one way we will be able to import a lot of packages into Lambda [see #37], and...
**Expected behaviour:** An API on `MentionsInput` which would allow me to manually open the Suggestions, where I could trigger based on a Button for example. ` mentionsInputRef.showSuggestions()} />` **Observed behaviour:**...
This should fix the issue #25
I'm trying to insert a gradient layer in the **CPKenburnsSlideshowView**. How can I do that? I'm trying with the following code: ``` UIColor *colorOne = [UIColor colorWithWhite:0.0 alpha:0.54f]; UIColor *colorTwo...