Christophe HOARAU

Results 34 comments of Christophe HOARAU

That would really be great!

Does anyone know if there a tool to export thinky schema to joi schema ? I understand thinky have some requirements that joi don't have due to the database (for...

Thanks for taking time to look at it. Maybe it wasn't the clearest example. Container queries might be included one day in css, but it's not for soon. The objective...

A syntax proposition : ``` ... ``` In this case the inner div layout would be by default `column`, and in case parent size is in `md` or `gt-lg` (random...

Maybe an even easier way would be to use the component itself as reference

Hello, Viewport is screen size, now let's say I have a contact list component. And I want to use it in several place. Firstly in a contact page list component...

And to go even further custom breakpoints could be defined locally because a reusable component might require different breakpoints that the application it's used in. In this case breakpoints configuration...

I'm happy to see this is interesting other people. I'm aware about the resizeObserver issue, after looking in ngx-responsive I can understand how they go around it. It's far from...

I like your proposal, its very easy to understand. About the resize event, isn't it already used by flex-layout ? I haven't checked but if flex-layout doesn't use it and...