Vardan Akopian

Results 14 comments of Vardan Akopian

I downgraded `tailwindcss` from the latest `2.2.16` to `2.0.4` and the editor started working! It would be good if the version dependency could be made explicit either in the main...

If the only goal is to provide CRUD, then your suggestion might be ok (eventhough /person/1/task/5 is not really useful, since I could have just done /task/5). However, I think...

I like the idea too, and I do remember these from my Qt days. For those who haven't done Qt however, this is similar to the [jQuery on() function](http://api.jquery.com/on/). In...

I was not suggesting to use jquery's messaging mechanism nor translating it directly, I was just using it as analogy to think of ideas and ways to do this with...

is it still a problem with the current feature-jQcubed branch (or the jQCubed master)?

I think this is a more general problem than just this one specific case in jQCubed. I don't think it's reasonable to validate everything. For example in this specific case,...

I like the idea, if for nothing else, at least to see if the simple scenario you described would work without a form state. If it does cause a problem,...

I think doctrine has some support for building a db schema with yaml. Or perhaps a 3rd party tool like this one may help: http://www.orm-designer.com So I think instead of...

I actually don't think we should be supporting these attributes at the QControl level at all. As a framework, we should advocate "if it can be done with css, it...

I can see the special cases brought up by @spekary and the solution proposed by @demike is a good compromise. @olegabr, this seems like it will not be a backward...