Andrew Pouliot
Andrew Pouliot
Found this other weird plugin [HCL Color](https://www.figma.com/community/plugin/889859275438287504) that can modify colors but not interpolate gradients
this is by passing L\*a\*b ie,`.mix(gl(start), gl(end), t.y, 'lab')`:
quick prototype (needs better UI, missing oklab b/c of limitation in chroma.js) https://user-images.githubusercontent.com/355540/176717793-bf71c7e4-052b-4588-86d2-c568a02b979c.mov
@jongold I don't see a solution to the `arguments` issue with transpilation here, so how will it not break?
I like the feature, though it now occurs to me that it might be a nicer API if we had something like this: ``` class MyClass extends ObjcClass { static...
I started hacking on this in my [fluid notebook](https://github.com/darknoon/fluid-notebook) repo. [Output-renderer branch](https://github.com/darknoon/fluid-notebook/tree/output-renderer) has some work on getting HTML output to work (via returning the string instead of `html`…``, which needs...
I'm not sure about the timeline of that PR getting merged, so could @hauntsaninja help us get at least the "split rust core" part merged? Or decouple the refactor and...
I think it's the newer `cl100k_base` not the older model type
I've had to fix by post-processing the js after it's built. Silly bug.