Brent Jackson

Results 132 comments of Brent Jackson

Just remembered there's also the `superstruct` package, which might be worth considering

I think some sort of typescript support would be nice – but I think there’s value in having a runtime schema validating as well. If you have ideas for anything...

We’ll probably not change the core to use ts since we want to keep a fairly low barrier to contribute, but I’m guessing some optional ts-specific packages could make sense....

> I have been building something that generates css variables from the schema @alex-page I think this would be a great addition to theme-ui as a stand-alone package. I imagine...

@VinSpee that looks awesome! I don't know if I have any definitive answers for you, but here's my initial thoughts: > Should we support unlimited nesting? I think that would...

I suspect this is due to the blocking script in the Gatsby plugin to set color mode before the page renders, but that shouldn't cause a significant issue. You can...

Thanks for the thoughts on this! I'd say right now the API is what I'm after, and the implementation needs some work. Good point about `fn.name` – I'll remove that...

I think you bring up some great points, and this library might not be for everyone. I'll try to elaborate on my motivations a bit more and why I suspect...

I *think* I see your concern, but for where I'd use something like macro-components, I'd consider that a fair trade-off. For example, if `MediaObject` made a breaking major change to...

> I guess I'm confused if MediaObject is ever supposed to work with two different Image implementations. Generally, I'd say it's not intended to work with any other Image component,...