Neil Kakkar
Neil Kakkar
this is epic
Our spec for making this happen: https://github.com/PostHog/posthog/issues/10459#issuecomment-1193842228
Also, to manage work, please put your name against whichever library you pick up. I can probs pick up one or two more: cc: @EDsCODE @liyiy @alexkim205 1. [x] Python...
cc: @liyiy @alexkim205
# Local evaluation for server side libraries ## Flag definition loading On initialization, the library makes one request: 1. To `/api/feature_flag/local_evaluation` to get the flag definitions of all feature flags....
To enable client-side libs to not wait for flags to parse, we can have an option to initialise the library with a distinctID, and corresponding flags. To make this seamless...
After playing around a bit, I'd like to add a few more things ( and noticed a few more missing things): 1. It can get very stressful to ensure that...
Default results parameter in the spec has been confusing users, specially around when it applies. So: 1. We get rid of defaultResult in all our libraries. 2. We return None...
> We should also be likely filtering on the groups query. What does this mean?
I see what you mean, yes, this is wrong! Also seems to be doing a sequence scan vs using the index, which is the main slowness cause. Will fix, thanks...