jurgenwigg
jurgenwigg
I can do that :D The best solution would be to have proper access to this repo and be a contributor here but it can be hard (@comwes any comment...
@flomnes That's the plan
Ok, I've created a fork, made a few changes (seems to work with latest version of weasyprint) and published it to PyPI. Here you can find it: https://github.com/jurgenwigg/mkpdfs2-mkdocs-plugin ( https://pypi.org/project/mkpdfs2-mkdocs/...
Hi! @Lefucjusz any progress or new information? I'm waiting with some reworks ;)
We can also change path to the source code by just moving files from `HaikuPorter` directory to the `src/HaikuPorter`. Some minor fixes in the imports inside, but external API (script...
There are many use cases and reasons to make possible for the people to normally (without any issues) clone repository. Before doing any further refactoring or cleanup we should write...
Next option would be setting `core.ignoreCase` in `git config` to `false` but it's not working. Overall keeping two files with almost the same name is seen as a bad practice...
Disk image works fine. Nevertheless I think forcing users to create disk image for this repo is a wrong thing. There should be a note about that in the documentation...
Making proper python package is almost done. Whole source from `haikuporter` script can be placed inside the `Main.py` file with `if __name__ == "__main__":` section. Then, in `pyproject.toml` section for...
Adding additional file is not needed in this case. I need to check how it is building. Maybe some additional cleanup is needed here.