Aaron Taylor
Aaron Taylor
This commit provides users of this library with the ability to configure any logger of their choosing to be passed into the various components of this library. Doing so allows...
Updated to support OS X by using only Foundation framework. The pod spec was updated as well for support on 10.8 and up. I also added an example project for...
### Your environment Collection Version: 2.2.0 Connect Server Version: 1.5.0 OS: macos 12.2 Ansible Version: 2.12.1 ## What happened? When creating a new item via `onepassword.connect.generic_item` as specified in the...
This library uses a stylesheet that pulls in the font-awesome library from a CDN. Would it be possible to remove this or make it optional in some manner? For sites...
This PR augments functionality in this client to support additional endpoint related to hotspot and validator rewards. Also adds in some test coverage for validator endpoints.
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
The following code causes a crash, which can arise when passing cloudpathlib objects to/from subprocesses. ```python path1 = CloudPath("s3://bucket/key") print(path1.__dict__) pkl1 = pickle.dumps(path1) path2 = pickle.loads(pkl1) print(path2.__dict__) pkl2 = pickle.dumps(path2)...
I am seeing an issue where when I use the "Update" option in the coder dashboard after a template change, the coder process get stuck in this state, where it...
Currently, the order that features are executed as part of the container build is alphabetically sorted in the following code, where there is a TODO to implement support for the...
Currently, when you try to view a file that ends in the `.jsonl` extension in the LakeFS object viewer, you get the following error: ``` lakeFS doesn't know how to...