Todd Baert

Results 252 comments of Todd Baert

@dabeeeenster @matthewelwell any ideas on this? Maybe this could be a configuration thing?

> This is still not thread-safe. > > Either the `flags` field has to be final and modified in-place. > > Or use a normal HashMap and a lock for...

@ryanprayogo I've made the small changes recommended by @AndiHofi . I'm sure you could have done them, but I want to get this into the next release I was hoping...

> @toddbaert sure this looks good, will work on it 👍. Thanks Assigned!

Draft JS implementation available here: https://github.com/open-feature/js-sdk/pull/1020

@moredip suggests we perhaps use something other than "occurrence" (see comment [here](https://github.com/open-feature/js-sdk/pull/1020#discussion_r1777193836) in draft JS implementation). I went with "occurrence" to reduce collision with our existing event concepts (for example,...

Demo of some of these features: https://www.youtube.com/watch?v=Od-7Pjs2dKQ&t=436s

> In the interest of moving this forward, I'd go for: > > ```ts > void track(String trackingEventName, EvaluationContext context, TrackingEventDetails details): void; > ``` I like this and based...