Daniel Thwaites

Results 349 comments of Daniel Thwaites

We capitalise everything anyway when it goes into the changelog: https://github.com/relekang/python-semantic-release/blob/5f28b835b0dbaaeaf2d80c6caaac3d66d4f7d0b0/semantic_release/history/logs.py#L126-L128 The linter is probably a bit too strict. Anyway, these changes look good. Have you tested this in commit-mode...

@betaboon Please can you rebase this to fix the conflicts. I will merge once that is done.

Found the cause of this bug. When `version_source=tag`, no new commits are created containing the version number. So, during generation of the changelog, we skip straight over where the version...

I would prefer to use an [abstract base class](https://docs.python.org/3/library/abc.html#abc.ABC) rather than exporting toplevel functions: - Plugins can inherit functionality from each other - Multiple plugins could be defined in a...

IMO it makes sense to remove the `publish` command if we aren't adding any extra functionality compared to using `twine` directly.

Firefox should use the GTK theme by default.

It looks like we can feed the colour scheme through their program to generate the icons - but we'd need to package that program for Nix first.

The example outputs from lutgen look very promising. It's already available in Nixpkgs too

You can also use `peerix.packages.${pkgs.system}.peerix` to detect the correct platform automatically

Setting [`stylix.autoEnable`](https://danth.github.io/stylix/options/nixos.html#stylixautoenable) to `false` should disable all targets, so no styling gets applied. Does this work for you?