Adrian Castro
Adrian Castro
The [Advanced Search API](https://docs.gitlab.com/ee/api/search.html#advanced-search-api) can be called as follows: `(GET) /search` Attribute | Type | Required | Description -- | -- | -- | -- scope | string | yes...
### Proposed changes The current Docker Content Trust sandbox documentation ["Play in a content trust sandbox"](https://docs.docker.com/engine/security/trust/trust_sandbox/) is WAY out of date. There have been some PRs that address this problem,...
Version: v3.0.0-rc1-45-gfc1fa3309 The **Bug Tracker Issue Creation** checkbox in the Create/Update project does not set to true neither when creating a project, or when updating it. But I can indeed...
Closes https://github.com/facebook/zstd/issues/3070 - Added check for a possible invalid combination of numeric values in `zstd` CLI - Does not perfectly cover all invalid combinations, but it's better than before -...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...
### Summary of problem Getting the following error when starting up `ddtrace-run`: `error` ``` fastapi-1 | error configuring Datadog tracing fastapi-1 | Traceback (most recent call last): fastapi-1 | File...
### Dagster version 1.7.15 ### What's the issue? Adding `` to markdown cells does not properly show new lines. The HTML seems fine. ### What did you expect to happen?...
**Describe the bug** Support for `mypy` **To Reproduce** Just import anything from another project that uses mypy. Currently, we need to add `# type: ignore[import-untyped]` to every import line. **Expected...
Works on top of https://github.com/FactoryBoy/factory_boy/pull/1060 The mypy extension kinda assumes that this type is already there. Adding the templating parameters fixes it and allows to remove type ignores adopted so...