Joel de Guzman

Results 505 comments of Joel de Guzman

> > No promises, but I'll see if I can give that top priority. Is it in the experimental branch already? If not please do. > > Good to read...

Yes, this is a known issue. I'm not happy with suggestions yet that will satisfy both c++17 and c++20.

I am OK with this solution: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1423r2.html#emulate Are you willing to prepare a PR?

I am not familiar with QT. I'm not sure how I can help. What do you mean by accessing the host_view?

Are you working on something like @jpcima's PR here: https://github.com/cycfi/elements/pull/111 ? Artist is fine. I just need some time to integrate it. It's a bandwidth issue for me at the...

> Just trying to make a [Qt5 host](https://github.com/redtide/elements/tree/qt5-host) implementation, to be able to add elements over a view implemented in a [QWidget](https://doc.qt.io/qt-5/qwidget.html), inside a [QMainWindow](https://doc.qt.io/qt-5/qmainwindow.html). That's certainly a good use-case!

Ok, let's see... There's actually an artist branch already (https://github.com/cycfi/elements/tree/artist_port). It's not by any means in a good state yet. I'm really tempted to have artist into elements sooner rather...

How many elements and how are the elements arranged? Have you seen this discussion? https://github.com/cycfi/elements/pull/284 You can have thousands of elements if done properly.

As the saying goes, "if all you have is a hammer, everything looks like a nail" :-) Don't use `htiles` and `vtiles` that way. They are meant for top-level formatting....

> ok, I see what you mean. I try to reduce the nesting of layouts. Exactly. > I am currently doing a job, Embed flex layout in elements https://github.com/facebook/yoga Cool....