Dave Bunten

Results 61 issues of Dave Bunten

This PR migrates from a `setup.py` file to a Poetry-flavor `pyproject.toml` file for packaging and environment management of this project. I've also added a `pre-commit` check which ensures the `pyproject.toml`...

This PR adds automated checks for `pre-commit` through GitHub Actions by adding a new workflow. While I made this change I also updated `pre-commit` versions by using `pre-commit autoupdate` and...

This issue relates to #53 to add checks for `pre-commit` formatting and linting through GitHub Actions. Adding this capability will ensure the project maintains consistent programmatic and aesthetic style. I...

enhancement

This issue outlines a need to automatically test this package using GitHub Actions on pull request (PR) or pushes to the `main` branch. Adding automated tests will help observe passing...

enhancement

This issue describes a multipart effort to automate `manubot-ai-editor`'s Python package build and deployment process. The goal is to integrate this process automatically (where possible) alongside other development tasks which...

enhancement

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### Description Great project, thanks so much for the effort put into things here! This...

enhancement

**Is your feature request related to a problem? Please describe.** I have noticed that SQLite database exports from CellProfiler are missing foreign keys where they could be used. Using foreign...

Feature request
Enhancement

This PR sets an upper limit to what Python versions may be used with CellProfiler 4.2.x in alignment with comments in #4946 . After this change, `pip` (for example) will...

This is a follow-up issue to #4946 where the discussion led to an idea of adding Python version constraints to the package environment management (via `setup.py` for versions 4.2.x). Summarizing...

Environment/Install

We currently have followed a loosely [semantic versioning](https://semver.org/) scheme in alignment with [PEP 440](https://peps.python.org/pep-0440/). While this is generally followed it's not yet documented explicitly anywhere. We should update the docs...

documentation