Richard Vodden

Results 20 issues of Richard Vodden

**Reasons for making this change:** CMake 3.19 introduced a feature which allows project maintainers to distribute CMake settings with their code. In addition, there is a facility for users to...

## Potential Problem At the moment all the `Element` classes implement `ElementInterface` and extend from `BaseElement`. This presents a number of issues, none of which in isolation are a big...

new feature

When I implemented #144 I put in a comment that `edit_post_page` should not be public. This is because I didn't like idea of the traits being coupled to the pages....

new feature
under consideration

Early draft PR for review - not ready for merge, but certainly ready for comment. Things still to do: - [ ] `test_schedule_key_deletion` was broken locally when I pulled. Need...

* **What is the current behaviour?** Many of the examples use the old, deprecated, import mechanism `import * from pysketcher` * **Please provide the steps to reproduce and if possible...

bug
documentation

* **What is the current behaviour?** PySketcher can only render to MatPlotLib * **What is the new behaviour you are suggesting?** Implement a new backend which is able to render...

enhancement

It would be amazing if the examples could form part of the documentation with the docstrings somehow incorporating any necessary explanation.

At the moment all shapes inherit from the `Shape` object. The vast majority of shapes inherit from `Shape` via `Curve`. This is a legacy of the rendering logic being mixed...

enhancement

Configure a github action with the following step: ``` uses: paulhatch/[email protected] id: semantic_namespaced with: namespace: infrasturcture/namespace tag_prefix: "v" major_pattern: "BREAKING" minor_pattern: "feat" ``` Expected behavior: A tag similar to `v0.1.0-infrastructure/network`...

bug