Tom Prince

Results 65 issues of Tom Prince

Trying to use `with_init` in both a base class and a derived class fails. It appears that the generated base class' `__init__` is getting called twice. It looks like this...

This is particular useful for classes with a single attribute. See for example https://github.com/radix/effect/blob/0.1a11/effect/__init__.py#L242-249

I'd like to be able to add additional highlights (for example for https://github.com/lukas-reineke/indent-blankline.nvim), in way that respects the solarized color palate.

Currently, validators are required to raise an exception, if the value isn't appropriate. If I currently have a function for checking the property, but returns a boolean, instead of raising,...

Feature

I'm looking at migrating [full-moon](https://github.com/Kampfkarren/full-moon) to use rust-peg for parsing. However, since it captures the entire text (such as whitespace and comments), I need to be able to capture the...

docs

Comments that match a previous level of indentation should be allowed, at the end of that level of indentation. A minimal example that I think should lint successfully: ```yaml ---...

When using git-pull-request in automation, it would be handy to have a mode that is a no-op if there are no changes from the target branch.

enhancement

#22 added support for using the github pull request template to populate the pull request body. However, when using git-pull-request in automation, this has a couple of issues: - it...

enhancement