-
## Description
Post-mortem action item from: https://github.com/department-of-veterans-affairs/va.gov-team-sensitive/pull/975
In short: content-build changes failed to deploy before vets-website chang…
-
Capturing what has been said in mtgs about a user feature-flag assignment "participant query" feature that Steve says he'd like to see used for feature-flags.
Potential Requirements:
- As an UI admi…
-
## What is the problem?
In Edit-Ui, every view has code like this:
```javascript
// do not proceed if FF is disabled
// bypass this when Jest is running as FF are not fetched
if (!this.i…
-
The current API uses a component and callback which essentially forces the use of a class component. This is fine for smaller changes, but it doesn't compose well with other React HOC-based libraries.…
-
Transaction keeps reverting with the error "Fail with error 'OneSplit: swap makes no sense'"
https://etherscan.io/tx/0x35c7e07964a90184d8f3571ae4b5d6b976b978b55f306cd21dcfeca39e5eff49
It seems t…
-
### Name and Version
bitnami/rabbitmq 12.0.x
### What architecture are you using?
amd64
### What steps will reproduce the bug?
1. Install bitnami/rabbitmq chart with persistence using chart versi…
-
# Feature Flags in Angular 16
Feature flags are a great way to enable or disable features at runtime. This can be useful for A/B testing, canary releases, or just to enable or disable features for sp…
-
The readme references https://pastebin.com/raw/4Ai3j2DC
But pastebin is down (at least right now, for me)
-
Dears,
Thanks for your great work.
I want to view the meeting time inside the meeting screen
How to do that?
I tried
```
static Map meetingFeatureFlags = {
FeatureFlags.audioOnlyButtonE…
-
## Context
Currently, the `DID` feature relies on the `keypairoom` feature. The former cannot work without the latter.
This means that, if we use the `featureFlags` component to hide a DID feature…