Vlad Nicula

Results 26 comments of Vlad Nicula

@paulbrie yes, we could end up with a common way of defining the type of values that are attributed to style props and to attributes. I'm not sure how local...

I would suggest against `border: 'solid 1px $color2'` though. I'd rather use objects to define references to props, vars or assets or anything else that is not a string. We...

Mentioning #35 as the extensions of asset representation solves that as well

I'm having issues just adding assets and not touching props. The MR that I will do will contain the props change as well as it is easier to write one...

sure, I'm not certain "local" has any meaning when we have props and "state".

@JayaKrishnaNamburu For 1. `server: local` would mean `server from local folder, not the internet`, meaning `download whatever is at that url`. We need this because tools like the visual editor...

Yes, that's the intention. We are already doing that by hand before generating code in our visual editor and would like to move that functionality into a stage of the...

Agreed. This is gonna be opt in. And in a separate package. It won't be in the part that generates the code and the regular files - I think -.

Some parts can, but there's one or two packages that are async. I think we are using the babel generator with a async callback that gets called when babel is...

This kind of event requires custom code for handling scroll correctly. It's similar to drag events, or other interactions that are different from browser to browser which usually requires some...