Dmitry Dygalo

Results 206 issues of Dmitry Dygalo

Hi there! Thank you for this list! I added Schemathesis to it :)

Priority: Low
Type: Feature
Hacktoberfest

Something like https://github.com/roverdotcom/django-inlinecss (template tag) and https://github.com/Dino16m/mailcomposer (CLI command) but simpler

Type: Feature

Similar to https://github.com/roniemartinez/flask-inliner

Type: Feature

In this case, it is possible to avoid allocating `String` and more compact `Tendril` instances will be used instead

Area: Command Line
Area: Performance
Priority: Low
Type: Enhancement
Hacktoberfest

As `juice` does It is only relevant for CLI, with the library itself, the end-user can load css from a file manually.

Priority: Low
Type: Feature
Hacktoberfest

Inlining itself could be also optimized if we could just join all loaded CSS into a single string. Worth researching, however, I am not sure how common it is to...

Area: Performance
Type: Enhancement

### Problem Since everything is inlined, classes are useless and likely won't bring any benefits but occupy some space in the output. Hence I believe we can safely remove them....

Priority: Medium
Type: Feature

Now we have some extra spaces that are not needed. `;` in the end, is also optional

Area: Performance
Priority: Low