Johan Carlin

Results 6 comments of Johan Carlin

> Excellent native Windows support including step-by-step documentation What contributions are needed here? Could't see any issues in the milestones. We are trying out hypermodern in a fairly locked-down Windows...

I found a reasonable workaround for this. If you have the standard 'images/' static path in your pelicanconf you can place the image there, then add a symlink to 'images'...

I was able to hack around this by adding a link to the following CSS as the CUSTOM_CSS flag in pelican-bootstrap3. Probably no good if you have other pretty tables...

> I finally found a simple way to create tables in different databases. > > ```python > import uuid as uuid_pkg > from typing import Optional > > from sqlalchemy.orm...

If you're up for it, I can just run the repo through black and submit a PR. That should get you fairly strict PEP8.

I had the same issue and Poetry 1.3.1 solved it for me. I think the root cause was a missing space before the semi-colon as in https://github.com/pypa/packaging/issues/529