Timothy Armes

Results 31 issues of Timothy Armes

Hi, I don't know if I'm the only one struggling, but for me the documentation is essentially impossible to read: I can't see the black text on the very dark...

Is there a way to convert draftjs decorators to HTML? For example, this tweet decorator example from draftjs : https://github.com/facebook/draft-js/blob/master/examples/draft-0-10-0/tweet/tweet.html Currently when I try to convert my content to HTML,...

Hi, Would you please add support for installation using Carthage?

Hi, Great project. I'd like to specify HTML content for the options menu that's separate from the content that's shown in the button, while still showing the main content +...

enhancement

Hi, Could someone please let me know if this project has been abandonned? There's been no activity for 6 months, there are loads of pull requests in the queue, it...

Is there a way to convert draftjs decorators to HTML? For example, this tweet decorator example from draftjs : https://github.com/facebook/draft-js/blob/master/examples/draft-0-10-0/tweet/tweet.html Currently when I try to convert my content to HTML,...

It's not possible to call a helper as a parameter to another template. None of these tentatives work: ``` +myTemplate arg={{_ "Test"}} +myTemplate arg=#{_ "Test"} +myTemplate arg=myFn('Test') +myTemplate arg="{{_ "Test"}}"...

enhancement

Hi, Is there a recommended way to access the semantic variables (color names, dimensions, etc.) in our own less files? It's really not obvious as to what needs to be...

question

Hi, ScreenClassProvider can be called with useOwnWidth, however this doesn't result in the current screen class until _after the window is resized_. This is what happens: 1) `ScreenClassProvider` calls `useScreenClass`...

At a minimum we need to: 1. Check for a function called `fetchData()` (exported by the `graphql`HOC) in each component as we walk the tree, and treat it like `ssr.prepareStore`....

enhancement