Nicholas Eddy

Results 22 comments of Nicholas Eddy

Ok, I know it's been a while. But I made a lot of good progress on optimizing my solution in the general cases. Now I'm thinking about a slightly different...

Edit variables can't actually have a strength of required: https://github.com/nucleic/kiwi/blob/78134f725da6b93858da1330bc6fd42dc87d34e2/kiwi/solverimpl.h#L211

I wondered about that, and would be interested in using that ability if possible. Separately, I am exploring a method like suggestValue that updates the constant for a constraint. So...

Any updates on this? I'm also running into this issue when using mockk-js 1.7.17. I also had to stub out mockkStatic since it isn't in the older JS library.

I have a similar issue, but with a different component in a second tab. I'm using the kotlin-playground component, which is based on CodeMirror. My code item does not render...

I'm also curious about this. Is there a resolution, or work-around for this? I'm still seeing issues on 1.8.10.

As mentioned, I created a new method for updating a constraint. It looks basically like this (though I'm working in Kotlin, so apologize if the port isn't quite right): ```c++...

Any suggestion for what could be wrong with the approach above?

The reason for this is that I'm tracking the list of constraints outside of the Solver for a layout manager. Those constraints are checked for changes whenever the UI layouts...

This is not really different than my original use case. I still essentially want to modify the constant of a constraint. But it is more complex than that. I'm using...