-
We added 11 users to a custom org we've created to allow us to gate our new custom model. We set up three people to have Copilot through that org. Later yesterday we added a fourth.
We've also impl…
wbond updated
2 months ago
-
`(custom_)sampling_context` is a Sentry-specific concept that doesn't fit with how OTel works.
The purpose of a `sampling_context` is to provide extra external data to use for decision making in the …
-
Is it feasible to add support for `resourceTags` for `copilot env deploy` command at https://github.com/aws/copilot-cli/blob/mainline/internal/pkg/cli/env_deploy.go#L29? This thought is similar to wha…
-
This [line](https://github.com/joseph-roitman/pytest-snapshot/blob/master/pytest_snapshot/plugin.py#L174):
```py
if encoded_expected_value is None or encoded_value != encoded_expected_value:
```
…
-
Not every application takes control of whole domain. If application lives e.g. under path `https://example.com/myapp` then URL `https://example.com/otherapp` needs to be considered to be an external u…
-
Some ideas:
* a "tiny" subset of curl and reuse `curl` syntax
* `wget` syntax
* custom syntax (`download`)
The shell internally should call some system commands to download. Ideally we do not …
-
### Command
build, serve
### Description
In previous Angular versions, when using webpack-based builders, we had the ability to customize how component templates were processed (e.g., using third-p…
-
### Description
Custom commands to make the title page and show the abstract in a different page (with latex) are visible in the html page.
### (Optional:) Please add any files, screenshots, or othe…
-
## ⚠️ Problem
Adding a service principal for EA accounts is difficult to manage via API.
## 🛠️ Solution
Validate and document the Add-FinOpsServicePrincipal command in PowerShell and hubs scope con…
-
## Bug Description
Most built-in handlers check if the handler passed is valid (or assume it is) instead of letting the dispatch function handle everything by default. This means, for example, that…