Jake Trent
Jake Trent
+1 If not included in test timing, just a separate timing log for the before/after functions.
Hey @roger-cm-ng , Glad you've been finding utility in react-styleable. I just wrote and committed an example project to the repo that uses react-styleable and [email protected]. It seems to work...
link: https://github.com/pluralsight/react-styleable/blob/master/example/src/index.js
I gave it a shot: https://github.com/jaketrent/tmux-snazzy
Hi @jasoniangreen Thanks for your attention. Yes, the example and expected tsc error you describe make sense. The issue I'm describing always involves `additionalProperties: true`. I've created a little test...
Hi @jasoniangreen Thanks for coming back to this. I will attempt to clarify a bit. Case 4 is in contrast to Case 1, where we got a type error when...
If you're interested, my current best workaround is explained here: https://jaketrent.com/post/strong-type-check-ajv-additional-properties/
Hey @erikbrinkman. I appreciate the feedback on the idea. Your interpretation seems accurate. Yes, I think it comes down to what one thinks is the common case for most devs....
That works for me. I'm glad there's a workaround. This tool's great. Thanks for the conversation.