Tylor Steinberger

Results 123 comments of Tylor Steinberger

But they are the same now, no? https://github.com/staltz/xstream/blob/master/src/core.ts#L1699

This is actually a bit of a duplicate: https://github.com/cyclejs/cycle-notification-driver/issues/10

Hey @satvikpendem I think you could get around this by updating TypeStyle's `csstype` to the latest version as it definitely has `number` in the types for font-weight (https://raw.githubusercontent.com/frenic/csstype/master/index.d.ts, ctrl+f for...

I'm not 100% sure, but I think you do `yarn csstype` to add it to your dependencies. Your suggestion may work as well, I'm less familiar with yarn these days....

@OmarOmeiri I just happened across this issue while looking to see if there is anything existing for what I'm experiencing. I know of a TypeScript compiler API example of what...

@whitecolor Thank you for the issue. I think you are definitely correct here. I'm not very familiar with React myself. Do you believe something like: ``` diff export const reactComponent...

I would definitely say yes, it shares every single test that @cycle/dom does (minus one regarding virtual-dom widgets), and then some more that are specific to snabbdom.

Oh shite, I actually had to edit a line in cycle-hmr :/ I mentioned it to the author of the library, we chat relatively often on gitter.

I really like the way that the AppMenu looks using this pattern. It keeps functions small, simple and focused on a single problem.