Jeremy Dorn

Results 99 comments of Jeremy Dorn

This bug was bothering me, so I made a quick and dirty solution that overrides the js method `addDataSet`: ```html // Copied from the source with a single line commented...

Hi. To use Heap with GrowthBook, we recommend setting up Heap Connect (https://help.heap.io/category/heap-connect/) to sync your data into a SQL warehouse such as Redshift. As far as I know, Heap...

Our SDKs are not API driven so I don't think an OpenAPI spec would make sense. We do have extensive docs on how to build your own client library including...

Hi @qbatten , happy to merge a PR if you make one for these issues. Thanks for taking the time to debug them.

We do want to support SQL options in addition to MongoDB eventually. There is quite a bit of ground work and refactoring required before we can start working on that...

The GrowthBook server itself does not support ssl directly, but you can use a load balancer or reverse proxy to do ssl termination instead.

Yes, if we do this it will definitely be optional. Either pass in a JSON object directly or specify an API key and endpoint and the SDK will deal with...

Hi! Thanks for the feedback. The current visual editor uses an iframe which has many limitations. We are planning to rewrite it using a browser extension instead, which should solve...

We added support for SSL connections to Postgres. I think Presto/Trino would be very similar. This is the UI we used for Postgres - ![image](https://user-images.githubusercontent.com/1087514/184123107-5de661a1-098b-45fd-9cad-e6ee6264d67a.png) ![image](https://user-images.githubusercontent.com/1087514/184123178-e8924423-12e6-411e-bff3-37a37412e1b6.png)

GrowthBook does support separate projects, each with their own features. We built the feature flags in a way to support an arbitrary number of environments but we haven't built out...