Brenton Simpson

Results 106 comments of Brenton Simpson

That case wasn't one that came to mind when I raised the concern. This is potentially more foot-gunny, since it expands the scope of places where a method may be...

Maybe the fiber API could have a way to trigger a callback when an error occurs while that fiber is active.

There are two situations I've encountered where mixing explicit and implicit type parameters would be a huge improvement: ## 1: Mix-ins [A mix-in](http://justinfagnani.com/2015/12/21/real-mixins-with-javascript-classes/) is a function that takes a class...

I just realized that `hoverPlaceholderColor` is an example given in the README, but not in the tests. I went to add it, and realized that format isn't actually supported: ```...

I tried to test this locally, and it looks like `main` is quite divergent from what's currently on npm. (I don't even see `jsxstyle/preact`.) I'll have to rebase and try...

rebased onto 2.x and works!

Thanks for taking a look! I like [that removing pseudos would make accessibility easier](https://github.com/jsxstyle/jsxstyle/discussions/190); however, that's a breaking change (e.g. on a 3.x branch) Can I persuade you to merge...

I just took a peek at your in-progress README. 3.x looks like a nice improvement! I'm particularly excited to have event handlers hoisted into props. `props = { { onClick()...

I learned that `Capitalize` exists, so I was able to remove `PascalCase`. Didn't push on Friday because inlining `PrefixString` was inexplicably breaking my types (`JsxstyleProps` was acting empty), but restarting...