Fahad Heylaal

Results 78 issues of Fahad Heylaal

## Potential issue If variables with `json` type are involved, check if the stringified form of JSON is parsable or not and fail linting if not. This helps avoid prod...

## How to reproduce? When defining segments as conditions in feature rules, do not allow same segments to be repeated. For example, this should not be allowed: ```yml // features/myFeature.yml...

enhancement

## Currently - We have linting for checking entity shapes: https://featurevisor.com/docs/linting/ - Features can have variables schema with their default values defined: https://featurevisor.com/docs/features/#variables - Those variables can be overridden too:...

enhancement

## Background GitHub has a CODEOWNERS functionality [here](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) Example: ``` # .github/CODEOWNERS ## # all files # * @global-owner1 @global-owner2 ## # specific file # some/file/path.txt @username ``` This helps...

## Currently There's top navigation that has links to Feature, Segments, Attributes, and History. Docs: https://featurevisor.com/docs/site/ ## Problem It does not quickly give you an overview of the total number...

enhancement
good first issue
ui

Recently, we added a guide for using Featurevisor SDK with Express.js applications: - PR: https://github.com/fahad19/featurevisor/pull/114 - Website: https://featurevisor.com/docs/frameworks/express/ ## What's desired Would be great to have similar documentation for NestJS...

documentation
help wanted

## What's done Continuing from https://github.com/featurevisor/featurevisor/issues/311, and expanded it into an RFC in the form of a PR for better feedback collection from others. Please see diff.

enhancement
rfc

## What is the PR about? Trying to reproduce #306 cc @meirroth ## Intention - Verify if datafile fetch is graceful (meaning, we do not want to crash the application...