Michal Vanko

Results 19 comments of Michal Vanko
trafficstars

Is there anything I can do to help this move forward? The current syntax references are 7 years old. I'd also like to use typescript without any difficult installation steps.

Hey. I've found a CSS-in-JS lib written in TypeScript worth checking out: https://github.com/typestyle/typestyle

I can take a look at it ;)

Well The list of breaking changes is really small: https://github.com/mjackson/history/blob/master/CHANGES.md I took a look and many of those doesn't affect anything. I ran the tests and all passed. (Chrome didn't...

That's true. If you have only client side app and you want to move to some route you will actually need to emit that action. > Perhaps it could be...

I'll write a test for initial value and we will see if it fails with history 3

#24 :) I'm still thinking about removing ability to push items into `ServerHistory`. And if it would remove the hassle of completing the stream without calling `.complete()`.

> I think the standard approach would be to use [template inheritance](https://djc.github.io/askama/template_syntax.html#template-inheritance)? (To be clear, you can have multiple levels of inheritance IIRC.) I have no idea how can this...

I am aware of that. From my workaround example it should be easy to understand that I am just creating a reusable wrapper component. I want to **allow parent template**...