Myron Mavko
Myron Mavko
This is a feature request :) I would like to do the following: ``` html include "fileB.html?param1=value1¶m2=value2" ``` ``` html Value of "param1" is {$param1} include "another/file/{$param2}" ``` Though maybe...
Hi. I've been using Gury in my project but I had to introduce some changes. Please review THISFORK.markdown and consider pulling. Gury is a good job. Thanks.
This line: https://github.com/maccman/gfx/blob/master/src/gfx.cube.coffee#L5
I can compare old and new state in `transfer-state` hook, but it's not called on `forceUpdate` (and that's what's done in `rum/request-render` called by `rum/local` mixin among other possible cases)....
I create a component with `Props` type that includes a theme: ```js type Props = { theme: MyTheme, otherProps: any, }; class MyCmp extends PureComponent { ... } ``` Then...