Bastian Venthur
Bastian Venthur
Added a section documenting the escape sequences.
The `README` says you currently support V2 of the spec, please support [V3](https://github.com/pact-foundation/pact-specification/tree/version-3#version-30) as well.
This PR adds github actions, to test on each pull and pull request against all supported python versions. For each version we run the respective `tox -e XX` and the...
What does the `flit install` provide that is not covered by `pip install`? As a developer i mainly care about `pip install -e .`, does it make a difference to...
Confluent Platform 5.5.0 support [Schema References](https://docs.confluent.io/current/schema-registry/serdes-develop/index.html#schema-references), the ability of a schema to refer to other schemas. [Here's](https://www.confluent.io/blog/multiple-event-types-in-the-same-kafka-topic/) a blog post that goes a bit into detail. The schema you want...
Since setuptools>=64 is is possible to fully replace setup.py and .cfg with pyproject.toml. It even works with editable installs, i.e. `pip install -e .`. This PR removes the former two...
this makes it consistent with the spelling of the other processors. This PR also adds an alias of the old BlockProcessor to the new Blockprocessor for backwards compatibility.
…ds compatibility. Closes: #815
### Problem I noticed that when i turn off the banner in netrw (via config or via `I`) my cursor starts to flicker and the CPU load goes up noticeably....