Mateusz Franik

Results 18 comments of Mateusz Franik

To be honest it seems kinda useless, you can simply open devtools and look at preety-printed json there: ![image](https://user-images.githubusercontent.com/47059999/117546353-4e144b80-b02a-11eb-868f-8c9cd0c1ee08.png)

I'm really looking forward to fix this issue, as I got very dissapointed just now figuring out that submodules are not handled correctly 😞

The thing is repo itself can go very deeply also without using submodules, so they're not a big problem itself. Therefore, there should just be a size limit for a...

This is "proper" approach or at least I don't see other way around it. Preflight applies `max-width: 100%` and `height: auto;` to `img,video` and if either height or width is...

To be honest it seems kinda useless, you can simply open devtools and look at preety-printed json there: ![image](https://user-images.githubusercontent.com/47059999/117546353-4e144b80-b02a-11eb-868f-8c9cd0c1ee08.png)

Sorry for delayed response, I was on vacations. Properties of `rectangle` cannot be set as `Signal`/`Computed` but `rectangle` itself can be. You can do ```ts const rectangle = { column:...

When I will have more time I plan to add support for easier usage of `Signal`/`Computed` on objects, I agree that's definitely something that can be improved. If you feel...