Dylan Vann

Results 48 comments of Dylan Vann

I'm developing a component where there is an `example` folder that uses `create-react-app`. Doing this in `package.json` resolved this issue for me: ``` { ... "dependencies": { "my-component": "link:..", "react":...

I actually ended up switching my project to use workspaces. It resolves this without having to use resolutions, and the hoisting/structure is beneficial anyways.

I don't see any releases of Ant Design 5. Do you have any information on that?

This is related to being able to import styles for individual components. If the styles for components were self-contained then people could opt-in or opt-out of the global reset/styles. Situation...

I'm interested in lists. Maybe I opened this on the wrong repo: https://github.com/microsoft/web-build-tools/issues/1441

Sure, here's one: https://github.com/microsoft/tsdoc/issues/178

I don't know that much about the docker setup. A hint about how to make sure the docker tests get `SECRET` and `JWT_SECRET` (which are now validated/required) would be appreciated...

Thank you for the feedback! I'll take a second attempt at this soon. I think you're right that this ties too many things together. The different components should only validate...

The markdownify filter might be useful for this. `{{post.content | markdownify}}` or `{{ content | markdownify}}`, whatever fits.

I have a somewhat "interesting" use case. I'm making a photo picker where photos are grouped by days and the user needs to be able to select all photos in...