Nico Burns
Nico Burns
This isn't really a bug. It's a (currently) unsupported feature. The default value of `position` in CSS is `static` not `relative`, and the HTML recreation above relies on the `parent`...
## Style Properties Implementation status and priorities for implementing Y = Supported in spec and implemented in Taffy N = Supported in spec but not implemented in Taffy \- =...
> Do you think we should split the FlexboxLayout (rename pending to FlexboxStyle) struct into several substructs then so we can reuse this? Or do we want a GridStyle struct...
Update: I have implemented support for CSS grid style properties in the gentest scripts (`test_helper.js` and `main.rs`). It is now possible to generate valid (they compile) tests from HTML fixtures...
What I’d really like for fuzz-like testing, is a setup where Taffy is compiled to wasm and can be run in a browser. Then you could randomly generate styles, and...
getMeasureCounter is defined here: https://github.com/facebook/yoga/blob/578d197dd6652225b46af090c0b46471dc887361/javascript/tests/tools.js It seems to be part of their test harness. And looks to be counting how many times the measure function is called. I imagine this...
It seems to me that if we want to compare with other libraries, we should directly include them in our benchmarks (perhaps via yoga-rs?) rather than trying to match our...
~Is it worth thinking about how this will interact with supporting multiple layout algorithms? From some preliminary reading of the code, I believe we will probably want to split out...
> > [...] I know that Morphorm is being looked at as a candidate [...] > > You made me have a look at it. It's really cool (even if...
@jkelleyrtp What's the status of this PR? I've been basing my work off of it, and I'm concerned that it's now drifting further and further from `main` over time. My...