Emil Stenström

Results 178 comments of Emil Stenström

@sjmelchor I did, but thanks for adding more context, I love finding these nuggets when I look for solutions elsewhere. Here's my solution which depends on the color's "[luma](https://en.wikipedia.org/wiki/Luma_(video))" which...

@JuroOravec While I like the idea of using the library for it's own documentation, I also like the idea of publishing the docs on GitHub Pages and not have to...

Wow, this is sooo much better! I'm **really** happy with this change :D General quick thoughts: * It feels a bit much to have both a top header with navigation...

I'd like to get some things in order before we release 1.0.0. Here's the current set of issues that I think are blocking that release: https://github.com/EmilStenstrom/django-components/milestone/1

Makes sense. Something to consider here is that there are a few drive-by commits in this repo, by people that want to help but doesn't want to jump through hoops...

@alexandreMartinEcl Happy to hear that your are getting more use from Django based off this library! Makes my developer heart beat a little faster

@thacoon How would we fix this, and are you open to writing a PR?

I think the problem this mypy error is trying to point us at, is that we rely on the component module importing `register` as an API, but it's all implicit....

To complicate things, I think many will put component_dependencies_js in the footer of the page (where it doesn’t block rendering), and the css-version in the head. I’m wondering if we’re...

> > I’m wondering if we’re mixing two concepts here? “Where do I want my link tag” vs “I want to dynamically load my dependencies”. > > Yeah. Btw, by...