Nicholas Eddy

Results 15 comments of Nicholas Eddy

Do you mean for the apps within the documentation? Those are not in a public repo yet; mostly because the code is far less commented 😅. Have you see. the...

They aren't right now. But maybe at some point they will be.

This could be due to a lack of PointerEvent support on older browsers. Mobile Safari only supported this in IOS 13 it seems. What version of Chrome is the device...

Did the [Measured](https://github.com/nacular/measured) lib prove useful? This was discussed as a possible path in #75.

I'd be happy to explore this and see what can be done around non-boxing.

This might be achievable by making `Measure` itself `inline`. Doing so would remove its ability to track the current unit, so its value would be in the "base" unit. This...

Thanks for the quick reply! 🙏 In my case, I need to update the edit variables whenever an object "tries" to adjust. I could discard the solver each time, but...

The case for a single `equals` constraint is that 2 `Error` entries are added to the objective, but only 1 is removed when that constraint is remove.

Interesting. Thanks for clarifying. As you suggested, I'll follow up with more context on my use case to get more guidance.

So the leak was actually a bug in the port. But I'll provide more details of my use case still since I'm trying to improve performance while doing more dynamic...