Gabriel

Results 49 issues of Gabriel

Currently, timeout-related errors are not explicitly handled and return unhelpful 503 messages. It would be nice if a more informative error was returned such as details about the particular source...

enhancement
source: nyt
down

To reduce the number of open issues and highlight the critical issues that still need to be addressed. I'm going to start collecting all the "user-created" issues here. Please let...

user-created

Opening this issue to continue the discussion of the Outage on April 7th. #264 [Metrics From the time of the Outage and afterwords](https://github.com/ExpDev07/coronavirus-tracker-api/issues/264#issuecomment-610634512) I will update this comment with new...

bug
help wanted
question
down

Changes proposed in this pull request: - update mypy config to type check all modules and packages unless they are explicitly excluded or ignored - update `invoke type-check` command -...

core-team

Changes proposed in this pull request: - minimal `invoke docker` task for building and/or running a local docker container ## Questions to answer > What should the default workflow be?...

core-team

Split from https://github.com/great-expectations/great_expectations/pull/5664 Changes proposed in this pull request: - partial update of `GeCloudStoreBackend` CRUD method return types - [adding default `timeout` values to `request` calls to prevent hanging until...

core-team

Changes proposed in this pull request: - `dict_round_trip()` classmethod for Config (AbstractConfig) to help deserialization/serialization issues related to mismatched keys - (`id_` vs `id`). Helper method for doing this kind...

core-team

I'd like to be able to use the testinfra convenience methods provided by the Docker backend on a **REMOTE** Docker container. Is this possible? I know that I could use...

enhancement

I would like to be able to use testinfra classes (Specifically `Package` and `CommandResults`) in type annotations. ```python def my_function(pkg_names: List[str]) -> List[testinfra.modules.base.Package]: # function code that returns a list...

question

Error suppression is inconsistent between tools and contrary to what the Error Suppression section of the docs say. https://prospector.landscape.io/en/master/suppression.html >A comment of noqa is used by pep8 and pyflakes when...

enhancement
question