Jeremy Dorn

Results 99 comments of Jeremy Dorn

Do you have an example page where it's throwing this error you can link to? I'm not able to reproduce

There is now a standalone dev mode npm package that can be used even when `NODE_ENV` is `production`. https://www.npmjs.com/package/@growthbook/dev It's only meant for dev/staging environments so make sure to conditionally...

Thanks for the work here and sorry for the long delay on this PR. I wanted to test this with a number of different bundlers/runtimes to ensure we weren't introducing...

One thing I can see happening is someone's experiment being stuck in a queued state because all of the slots are being hogged by a few super long running queries....

Yeah, in `AsyncQueriesModal`, if there are any queries that are "queued", we can show an alert banner that links to the datasource queries list page. The page isn't super useful...

On thing we can do, which is fairly easy, is add more built-in options for string format when configuring attributes. Most obvious are various ISO date and ISO country code...

@fabianmarinog I believe what you're asking for already exists. You can set up an "enum" attribute and then list out all the possible values. Users will be shown a drop-down...

I think there are a few small changes we can make for this that should be pretty easy 1. Allow specifying key/value pairs for enum options 2. Use the enum...

Avatar is misaligned on TopNavLite when logged in. To reproduce, login, then go to `/invitation` ![image](https://github.com/growthbook/growthbook/assets/1087514/10cfea67-dac7-4c29-9aed-21c8a9967e2b)

When filtering select options, especially on edit forms, there's often an edge case where existing values are missing. For edit forms, I think it's better to include all current options,...