Rui Hu

Results 8 comments of Rui Hu

Not sure if I follow the problem here. Above mentioned 2 lines are used to clear previous timeout if there's one before setting up a new one(just one line below),...

So we already have `nearest` by count and `within` by radius, and the suggestion seems to be a combination of them. Any thoughts how we can combine them with a...

Thanks @exepulveda I'm supportive of merging them into one interface - it'd be a breaking change & we will just follow semantic versioning bumping to 0.7

Thanks for looking into this - the speedup is impressive and different scenarios could benefit from it. I'm less familiar with the language and use cases in different environments nowadays,...

@danieltrt thanks for the pointers. Any recommendations on the following scenarios? - feature flag references that are not inlined, e.g. ```kotlin val ff = FeatureFlagWrapper(FeatureFlags.STALE_FEATURE_FLAG) featureService.isEnabled(ff) ``` - feature flag...

Thanks for the response and the CST example, @danieltrt - For the 1st case, looks like captured nodes/values can be propagated to next set of rules - somehow I didn't...

Thanks for the PR. I'm not familiar with no std setup - current state fails when testing with std feature ``` cargo test --features std warning: no edition set: defaulting...