James Irwin
James Irwin
### Features and Changes - Uses central licensing server. - Fixes a few typescript issues and remove suppression comments. ### Testing - Remove licenseKey from packages/back-end/.env.local - Go to settings...
I'm on an OSX M1. When running `npm i native-image-diff` I get: ``` npm ERR! Downloading native-image-diff prebuilt binary from "https://github.com/Prior99/native-image-diff/releases/download/0.1.14/native-image-diff-darwin-arm64-93.node". npm ERR! Error: No supported native-image-diff 0.1.14 build found...
### Features and Changes There was bug where people using datasources from config file while using new licenses were getting an error. There was an off by one error thinking...
### Features and Changes For Multiorg self hosted sites we want there to at least be an option for new users to select the org they want to join. Whether...
### Features and Changes Start monitoring the job queue length. In particular we should be able to set up monitor alarms in datadog on the jobs.queued and the jobs.failed. I...
### Features and Changes There are 41 organizations on cloud with `enterprise` set but not `disableSelfServeBilling`. `useStripeSubscription` was expecting `enterprise` to be returned from organization but it was not, and...
Circular reference in _scrubStatement causes maximum call stack exceeded in instrumentation-mongodb
I am using mongoose which seems to have added a __parentArray, to an object that is part of an array. Hence there is a circular reference and so _scrubStatement then...
### Features and Changes This replaces `lodash.omit` with just using `delete` in `removeMongooseFields`. This modifies the document in place which in this instance should be fine. This perf improvement is...
### Features and Changes - Updates https://github.com/growthbook/growthbook/pull/1505 to use SSE. - Adds GB proxy on the backend. - Adds a gb instance on each request. - Also Adds a gb...
Type: Bug Initializing JS/TS language features plugin keeps crashing. It eats up my CPU. As long as I am currently on a .ts file it seems to do it. VS...