Hardik Ojha
Hardik Ojha
## Description Make synced collection package hidden. ## Motivation and Context Resolves #790 ## Checklist: - [x] I am familiar with the [Contributing Guidelines](https://github.com/glotzerlab/signac/blob/master/CONTRIBUTING.md). - [x] I agree with the...
### Feature description Coming from https://github.com/glotzerlab/signac/wiki/GSoC-2022-Projects#2-revising-the-signac-flow-api, we can start splitting this up into chunks and move towards kind-of a decorator-less API. ### Proposed solution I think we do these in...
### Description The "description" of `FlowProject.operation` doesn't show up in https://docs.signac.io/projects/flow/en/latest/api.html. Is there a reason for this?
### Feature description The `next` branch has many ambiguous variable names, and anyone could get confused with those names. A specific example would be the use of jobs v/s aggregate...
#### Overview of the Issue During teardown, consul tries to close the active session but since `ClientSession.close` is in async function, it has to be awaited in order for the...