Florian Maas
Florian Maas
I like the suggestion, it's something I have considered adding in the past as well. I have not gotten around to it though, and I might not for a while...
Sorry that it took a while, but it should now be included in release [0.3.9](https://github.com/fpgmaas/cookiecutter-poetry/releases/tag/0.3.9). If you have the time, please give it a try and let me know if...
Hi @J535D165 , thanks for your contribution. I agree with the suggestion to change the name `homepage.html` to `'index.html`. This will also make sure that your suggested `python http.server` command...
Hi @lisphilar, sorry for my late reply! I must have missed the notification. If I understand correctly, maybe `tox` can help you out? See it in use in e.g. my...
Thanks for the quick feedback @MrPowers. I agree with you that seeing if the dependency can be removed altogether is cleaner. I can try to see if we can replace...
I think I'm able to fix this, however I am running into some issue with running the tests on newer version of Python. The version in [`.python_version`](https://github.com/MrPowers/chispa/blob/main/.python-version) is also a...
> Python 3.7 may be EOL, but Spark 2 is still using in a lot of companies... Do we really need to drop the support of Spark 2? @MrPowers what...
@SemyonSinchenko @MrPowers Do we really need a separate `1.0-planning-release` branch? Wouldn't it be better to use [Github milestones](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones), and simply push to `main`? That way: - We can release changes...
I understand. One small note though: Since the project is still on major version zero, breaking changes can still be introduced [without](https://semver.org/#spec-item-4) bumping the major version: > Major version zero...
> user can't customize formatting > I already started building that new interface with `Chispa(formats=MyFormats())`. [...] @MrPowers For a proposed new way of formatting configuration, see https://github.com/MrPowers/chispa/pull/127 which would change...