Gonçalo Silva

Results 41 comments of Gonçalo Silva

I'm seeing the same error with [Reactist](https://www.npmjs.com/package/@doist/reactist) (among a few others): Output

Thanks! I'm unable to make this work: `> Cannot add a KotlinJsIrCompilation with name 'benchmark' as a KotlinJsIrCompilation with that name already exists.` --- If I remove `js { compilations.create("benchmark")...

The idea would be to notify the team via the UI (and the owner directly, if we implement #47), but not act on their behalf. In general, a person should...

@pixyzehn @panpeter @gnapse thoughts?

The default should be the common case, so let's change it to _not stream_. Thanks! > I'm curious why the current SDK enables it by default Good question. I thought...

As of now, the environment provides the following shortcuts: ```kotlin ffs.setDeviceName("Pixel 6 Pro") ffs.setDeviceOs("Android 12") ffs.setDeviceLocale("en_US") ``` They are unused, but when we can infer this, we could set it...

Looking around to see what people might expect. > LaunchDarkly provides built-in attribute fields for you to fill in, but the SDK does not automatically collect any information. **The exceptions...

Good question. I was thinking about 1-to-1, not many-to-many. This mirrors a growing pattern we're seeing at Doist where specific individuals are responsible for specific flags (within a specific timeframe)....

> I assume the flag person relationship is used as a way to track a feature rollout, so in case something went wrong, the individual responsible for the rollout can...

This connects with #46, which is a planned feature. As a follow-up, it's a great idea to leverage the information from scheduled rollouts! Once we reach 100%, the flag is...