You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
As seen in this issue thread at the WebAssemblyStudio repo, one of the contributors was unable to find an equivalent to the following functions of cassorwary:
I was wondering if there exists replacements in the Kiwijs API that I'm not seeing. I'm personally looking for an equivalent to Cassowary.Equation(...).
Thanks!
The text was updated successfully, but these errors were encountered:
In Cassowary, stay constraints force the variable they hold to "stick" to their value with a given weight. But 1/ I found them to be buggy and 2/ they can be easily replaced with the concept of "intrinsic content size" introduced by Cocoa Autolayout.
For example, instead of having a stay constraint x = 2 {weight}, you can define two constraints x >= 2 {weight} and x<=2 {weight}.
As seen in this issue thread at the WebAssemblyStudio repo, one of the contributors was unable to find an equivalent to the following functions of cassorwary:
I was wondering if there exists replacements in the Kiwijs API that I'm not seeing. I'm personally looking for an equivalent to
Cassowary.Equation(...)
.Thanks!
The text was updated successfully, but these errors were encountered: