YMFF icon indicating copy to clipboard operation
YMFF copied to clipboard

Feature management made easy.

Results 7 YMFF issues
Sort by recently updated
recently updated
newest added

* Required by #124

documentation
ci

* Instead of manually declaring the namespace, resolver, and individual flags, I’d like to have something less error-prone * Additionally, code generation with macros allows to use async feature flags...

new
research

The following expression looks valid but always returns `nil`: ```swift let retrievedValue: Int? = try? resolver.value(for: key) ``` A number of factors contribute to such an outcome: * `FeatureFlagResolver`’s `value(for:)`...

bug
help wanted

In addition to replacing an unsuccessfully resolved value with `defaultValue`, `FeatureFlag` should be able to pursue additional strategies, such as: * calling a custom closure (something like `(FeatureFlag, Error) ->...

new
research