Emil Stenström
Emil Stenström
Hi! I get different results using the package locally and the site. Here's the result running the site: https://caniusepython3.com/check/7f785350-ceff-426f-8ae1-8d7edbcde2a4 And here's running against the file locally: ``` $ caniusepython3 -r...
When running a check against a requirements file with --hash syntax in them, I get warnings about skipped lines. If the --hash is on the same line as a dependency,...
We automatically remove all fuzzy strings before letting translators into rosetta because we've found that they get al confused by them. Would it be possible to add a new rosetta...
You need to add 'django_components.middleware.ComponentDependencyMiddleware' to your MIDDLEWARE section too, that's the thing that makes smarter choices of where to import CSS and JS. _Originally posted by @EmilStenstrom in https://github.com/EmilStenstrom/django-components/discussions/70#discussioncomment-880635_
In the default example in the README this Media definition is used: ```python class Media: css = '[your app]/components/calendar/calendar.css' js = '[your app]/components/calendar/calendar.js' ``` I would like to simplify this...
It seems to me that `{% block %}` tags should be executed first, and only after blocks are filled should components parse and fill their slots. This would enable use-cases...
Nested components does not work today, and I think this might be a common case for people using components in bigger projects. When nesting components, you quickly run into the...
Making two extra HTTP requests for each component on the page makes sense with few components. It will even be decently efficient when using HTTP/2 or later. But as the...
This would simplify setup and deployment greatly, although it would be a big change to the architecture of this project.
Seems the current package does not build using Windows 10, with Visual C++ Build tools installed. Against Python 3.7. Here's the exact output: ... blist/_blist.c(7742): fatal error C1070: mismatched #if/#endif...