Dave Bunten

Results 61 issues of Dave Bunten

This issue was inspired by #25 through considering testing limitations. This issue proposes the use of static models like the [Llama](https://huggingface.co/meta-llama) and many others which could be referenced as part...

Thanks for the great work on `cloudpathlib`! I noticed a bug in the documentation for using `no_sign_request=True` [found here](https://cloudpathlib.drivendata.org/stable/authentication/#accessing-public-s3-buckets-without-credentials). When I attempt to use the example code, an error shows:...

enhancement
good first issue

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### Description Oftentimes it's crucial to use `ORDER BY` with `LIMIT` and `OFFSET` to help...

enhancement

Thanks for the awesome work in this project! I noticed that when using `jupyter-book build mybookname/ --builder pdfhtml` that the HTML build is also changed to display all content on...

Currently `output` doesn't return anything when used through, for example, `normalize` or other functions. It'd be nice to be able to label the return or chain it directly in other...

enhancement

In working through #437 via #439 I noticed that collate has `collate` has much lower test coverage than other components within pycytominer. We could increase this coverage with some further...

enhancement

There's an opportunity to increase Python version compatibility with more recent releases (namely Python 3.12). This issue relates to #433 .

enhancement
dependencies

We could possibly see benefits in bumping the default or target Python version used by CI workflows to Python 3.10 (Python 3.9 used currently). This issue relates to #433 which...

enhancement
dependencies

Python 3.8 will be end-of-life as of October 2024 ([see here](https://devguide.python.org/versions/)). This issue pertains to deprecating and possibly removing areas where Python 3.8 is used within the project to better...

enhancement
dependencies

This PR adds automated testing for `pytest` through GitHub Actions on PR and push to the `main` branch as a prerequisite of #52. These tests have a chance of not...