Josh Pollock

Results 9 comments of Josh Pollock

Hmm this is definitely problematic as e.g. `Image` is considered a rect-like for constraints, but it can be rotated. Many of the constraints currently assume rect-likes are axis-aligned.

This also seems to happen when downloading the SVG, though the resulting file is fine.

Disclaimer: I'm not super familiar with the inner workings of either Idyll or Svelte, and just barely familiar with Svelte, so please let me know if this is off base!...

Awesome @jarmitage! I've thought about this a little bit more, and I think the embedded DSL route is very promising. There is a markdown preprocessor for Svelte called [MDsveX](https://github.com/pngwn/mdsvex). That...

Hey @jwilber. Matt and I discussed this further offline, but we're both busy with other things at the moment so I'm not sure we'll be able to work on this...

Linear programming with integer constraints is known as (mixed) integer linear programming (MILP or ILP). While linear programming problems can be solved in polynomial time, ILP is NP-complete. ILP solvers...

Kiwi is linear constraint solver, so it can only handle constraints that are linear equalities or inequalities. Unfortunately, squaring a variable is not linear, so Kiwi can't handle this. You...

I think it's running in the Runtime, Linting, and Coverage test.