knigge icon indicating copy to clipboard operation
knigge copied to clipboard

An opinionated way of dealing with behaviours

Results 9 knigge issues
Sort by recently updated
recently updated
newest added

Hi, Sascha my suggestion would be to extend the `config_key` option so that a list is also accepted. That would be usefull for `behaviour`s with additional configurations. Example: ```elixir config...

Before submitting the PR make sure the following are checked: * [x] The PR relates to *only* one subject with a clear title and description in grammatically correct, complete sentences....

Fixes #23 ----------------- This PR adds an action that when some code i pushed into main (this include merged pull requests) it will do the same checks that the `release`...

Currently docs only get published on release. It would be great if we could publish the docs for `main` on each push/merge. ## Questions - [ ] Which `version` would...

documentation
enhancement
good first issue

There are cases where it's useful to swap an implantation out for a single test. As such an easy to use API for this might be useful to add.

enhancement

Currently argument defaults in `defdefault` are a bit wonky. `Knigge` should either explicitly allow default values or forbid them.

enhancement

This could for example with a typo happen.

enhancement

This PR extracts some changes from PR "Proposal: Searching for implementations with keys" #17 .