S. Chris Colbert

Results 46 comments of S. Chris Colbert

+1 on trying to remain UI and language agnostic. +1 on including a `documentation` or `docs` property. Also, I would suggest renaming `arguments` to `parameters`: http://stackoverflow.com/questions/1788923/parameter-vs-argument

It would be nice if you didnt come across as an entitled prick. On Fri, Mar 25, 2022 at 18:46 Scott Eikenberry ***@***.***> wrote: > It would be nice if...

> Kiwi doesn't have a JS solver. Which JS solver are you referring to? https://github.com/nucleic/kiwi/tree/feature-js

The 4.x version won't be going away overnight. The workbench will live in a separate browser tab alongside the old version for a while. Would this be sufficient for easing...

You are not missing anything. That was a deliberate design choice. Trying to track down and remove those cells requires a linear scan over the entire system. It was simpler...

Removing constraints is the same problem. It’s easier to zero out their effect on the system, than to try to remove their objects from the system. The issue is that...

A common misconception is using = constraints when you should be using ‘suggestValue’ for an edit var with a ‘strong’ or ‘required’ strength On Fri, Aug 19, 2022 at 10:54...

Maybe we can experiment with removing that restriction. On Mon, Oct 24, 2022 at 20:17 Nicholas Eddy ***@***.***> wrote: > Edit variables can't actually have a strength of required: >...

I cant remember, to be honest. Since “required” is just a numerical strength like anything else, I’m thinking that maybe it was just a style decision. Like “you shouldnt need...

Nice work! Looks like how I would have written it.