Scott Wyman Neagle

Results 51 issues of Scott Wyman Neagle

For the last few days, any US zip code location that starts with 0 returns `404`. ``` ~ $ curl -I wttr.in/02462 HTTP/1.1 404 Not Found Server: nginx/1.10.3 Date: Mon,...

- [ ] Create nightly tests that run and trigger a prerelease if they pass - [ ] Don't run tests automatically on every push to develop - [x] Reduce...

devops
priority / high
Epic
cloud

### Environment - **Covalent version**: `0.110.2.post1` - **Python version**: 3.9 - **Operating system**: MacOS 12.4 ### What is happening? When dispatching workflows that involve loops in Python 3.9, the workflows...

bug

### Environment - **Covalent version**: `0.110.2.post1` - **Python version**: 3.8 - **Operating system**: MacOS 12.4 ### What is happening? `covalent --version` shows the patch version but not the hotfix version...

bug

### Environment - **Covalent version**: `0.110.2.post1` - **Python version**: `3.10.5` - **Operating system**: MacOS `12.4` ### What is happening? Covalent fails on import. ### How can we reproduce the issue?...

bug

*Acceptance criteria* - [ ] Follow the instructions in the README in https://github.com/AgnostiqHQ/covalent-kubernetes-plugin and confirm that it works as expected. - [ ] Put a comment on this issue describing...

testing

[Julia leptons](https://github.com/AgnostiqHQ/covalent/pull/183) were closed without merging a couple months back. We need to document the right plan for supporting Julia leptons as well as inline julia (`ct.electrons.julia`). [Notion page](https://www.notion.so/Plan-Julia-integration-638fedb7f76e4d2a937848f0d6c95546)

Epic
Team East

We should be using a better log format that includes timestamps, such as [the format suggested in stackoverflow](https://stackoverflow.com/a/16759818/5513030). Split from https://github.com/AgnostiqHQ/covalent/pull/823

good first issue
help wanted
improvement

Split from https://github.com/AgnostiqHQ/covalent/pull/823 Most exceptions in the core workflow are dumped to null with no logging messages. We need to make sure that we are logging every exception that is...

good first issue
help wanted
result
improvement

Split from https://github.com/AgnostiqHQ/covalent/pull/823 Currently, the status field in the DB is a string. https://github.com/AgnostiqHQ/covalent/blob/58c52a5dba46d1e6c97c0f4c398c841df217fdde/covalent/_data_store/models.py#L43 However, the status attribute in the result object is an instance of the custom `Status` class....

good first issue
help wanted
covalent-dispatcher
transport-graph
result
improvement