Fahad Heylaal
Fahad Heylaal
For not conflicting with native `TypeError`.
## What's done Guide for creating a new SDK.
This PR will stay open for a while. Created in case others want to contribute as I proceed with development and the tasks become clearer. ## What's the goal? To...
## Background Featurevisor allows setting up A/B and multivariate tests: - https://featurevisor.com/docs/use-cases/experiments/ - https://featurevisor.com/docs/features/#variations - https://featurevisor.com/docs/sdks/javascript/#getting-variations ### Experiment activations When feature (experiment) variations are evaluated, they can also be "activated"...
## What's proposed New API for introduced for more tailored and optimized datafile generation without affecting any existing users negatively. Proposal is written as documentation as if the functionality already...
## Background We have a status site generator here: https://featurevisor.com/docs/site/ It generates history data from Git in `out/history-full.json` file. ## Challenge As Git repo grows over time, this file will...
As much as I would love to have cross-platform SDK support for Featurevisor, I would suggest we hold on until the JavaScript SDK matures further.
## The setup - Create a new feature with two variations - Let first variation have a weight of `0` - Let second variation have a weight of `100` ##...
## The setup - Have a feature with variations and variables - Have no rules that match context when evaluated with SDK - Have a forced condition for forcing variation...
## Currently Generate site currently lists all entities in one large list. ## Problem This can result into laggy experience in the browser. ## Solution We wish to add pagination...