Steven Petryk

Results 45 comments of Steven Petryk

Can you make a small project that reproduces the issue?

Just reporting here that at Discord we've had some success using shadow DOM as well. We had to tell webpack to split the CSS bundle into three CSS files using...

What happens when you run `bundle show firebase`?

Still super unsure how to do this in these TypeScripty times. [API Extractor](https://api-extractor.com/) seems like a neat tool, but it does SO MUCH STUFF and always seems to spit out...

Today I moved the build pipeline to esbuild, and got api-extractor integrated. Should be easy enough to turn its API report into docs.

I think so. But it would likely be a different component for that. Something like: ```tsx ```

In other words, I want to keep the coordinate system decoupled from the components as much as I can.

You're right—I should keep it as a vector.

Still trying to find a way to implement both a function of X and Y without duplicating a ton of code between them.