Jeremy Lorino
Jeremy Lorino
@josdejong looks like help is required here. if yall are moving forward with the convert lmk
> @jeremylorino yes help would be very welcome. @josdejong is there a project/branch/plan for this or has work not started? Don't want to redo work.
> Thanks @jeremylorino for your offer.... @josdejong @gwhitney let me get caught up. It's been a while since I've looked at the code. I'll follow up soon.
@gwhitney > Naively, we would want the type of `fn` in > > ```typescript > const fn = typed((n: number) => 'Hello') // (n: number) => string > > //...
@josdejong FYI [typed-function#89](https://github.com/josdejong/typed-function/pull/89) is pretty close. I pulled it down and got it to work on `construction.test.ts` with some type modifications. "Simple" lib; complex typings lol
Ok that helps a lot. Let's start by defining what features of `typed-function` are required by `mathjs`. `typed-function` | `mathjs` | comments ---|:---:|--- Runtime type dispatch - different behaviors for...
@gwhitney awesome! > more about how mathjs is _used_, not how it's implemented This helps me determine my approach. Let me digest and I'll get back.
starting this feature at [this forked branch](https://github.com/jeremylorino/huebee/tree/feature/clear-selected-colour)
PR #23 submitted
Please fix :(