Robin Weser
Robin Weser
Looking at the `sequenceCallback` option, it says that it's possible to add some swing manually. So now I'm wondering: Is there an example of how to do it? Would be...
Sorry for being that late with the response. Didn't see that issue at all. Yet, I'm still open for a PR with check for string or number.
@matthetherington Would you be willing to add a PR adding a string check before that `.split` call happens? I won't get to it before Wednesday otherwise.
Hmm. As the value doesn't exist in general, what would you use as a fallback value? We can add `justify` as well. Otherwise it simply doesn't matter as the browser...
Sorry for the super long delay, I for some reason had notifications silenced on this project. Thanks for the PR anyways!
I am no expert in either Preact or Inferno, but I thought that using preact-compat is actually not the most recommended way to use Preact in general, but rather a...
If you’re fine with 3 different packages (themig-* or *-theming where * = react/preact/inferno) I can help here, but after ReactiveConf ofc :p Could talk there as well
Something like this? That would mean, we only ship the abstract factory and the library itself decides what to use? ## React ```javascript import { createElement, Component } from 'react'...
Well it really depends. If this package is only for library authors, the above example is the best solution by far, but if you want to serve direct end-user as...
Oh wow, I didn't know about that! CSS I love you. I'm not sure how to fix this dynamically, but I will try to find some time to debug it....