Adam Wootton

Results 35 issues of Adam Wootton

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Using the default `@nx/react` library generator with either the rollup or vite bundler ( the two...

type: feature
scope: react

- move the value type comparison happening in client.go into the bucketing code and report on it with a variable defaulted (before if this case was hit it would be...

- separate cloud client implementation from main client

User factory does not need to be specified if only using the library to handle injecting the DevCycle client. It must be set when using the decorators, as noted in...

## This PR - adds a Node implementation of a "multi provider" which can orchestrate evaluating from multiple other providers while appearing as a single provider from the perspective of...

### Link to the code that reproduces this issue https://github.com/ajwootto/nextjs-dynamic-loading-repro ### To Reproduce 1. yarn and start the repro server with `yarn dev` 2. observe that the "DynamicClientComponent" is only...

bug
Lazy Loading

- create a helper in Next SDK that wraps the Vercel "flag" function to make it "feature /variation" aware - when you call the returned wrapped function with a variable...

Add support for "startsWith" and "endsWith" comparators to bucketing logic. This prepares the logic for future addition of these operators once we figure out a deployment plan that doesn't break...