Justin Flannery
Justin Flannery
**Is your feature request related to a problem? Please describe.** Camply aims to support new local, state, federal, and international camping providers. Currently, there isn't any centralized documentation on this...
`pkg_resources` is [deprecated](https://setuptools.pypa.io/en/latest/pkg_resources.html), it would be nice have the docs clarify how to use `click-plugins` with `importlib_metadata` / `importlib.metadata` instead. > ATTENTION > > Use of pkg_resources is deprecated in...
The following script works differently between `0.2.2` and `0.0.24` and I'm trying to figure the cleanest way to account for it: ```py import upath ssh_path = upath.UPath("ssh://[email protected]:22/").resolve() ``` (yeah, I...
**Describe the bug** Enabling `environments` breaks the docker build process in CI/CD and complains that the `DOCKER_HOST` is in the wrong place. ---- We have a `docker_image` that depends on...
This PR addresses Issue https://github.com/mlflow/mlflow-export-import/issues/29 # Changes #### 1) All Click Commands have been added to a new master Click Group #### 2) All entrypoints have been replaced with the...
Currently this package uses a number of entrypoints to access different functionality. Moving all of these Click Commands under a Singular Click group would be much easier. I've already performed...
## Request Summary I would like to implement a tool like [pre-commit](https://pre-commit.com/) to handle auto-code formatting and quality checks. This would be very helpful for onboarding new contributors. Let me...
## What This PR makes a bug fix to the `source-square` connector. Currently the `customers` stream of the connector is not paginating correctly and returns a max of 100 records....
``` [Linter] Error running Pylint Error: Unable to create directory /.pylint.d Unable to create file /.pylint.d/[PYTHON FILE].stats: [Errno 2] No such file or directory: '/.pylint.d/[PYTHON FILE].stats' ``` linter-pylint will not...
This PR adds Rich as a dependency and includes the option to print with Markdown formatting with the `--rich` flag.  Resolves: #12 Let me know if you're still interested...