Matt

Results 6 comments of Matt

> The change that caused this was done to a private repo. There is nothing in this open source codebase that uses the lenscloud-lens-extension. > > here is the package.json...

For anyone having this issue, I haven't found a true solution but I was able to get my other tests running by conditionally importing any modules using threads at runtime...

This still seems to be broken: ``` [email protected]/node_modules/opentelemetry-node-metrics/metrics/version.js:17 }).bind(version).add(1) ^ TypeError: meter.createUpDownCounter(...).bind is not a function ```

+1 for custom granularity (or window granularity options). We currently bypass time dimensions in our queries so that we can do this. An example dimension we use to get a...

> You can call > > `DateTime.parse(data['created_at']).toLocal()` or `DateTime.parse(data['created_at']).toUtc()` This does not work as `toLocal` will do nothing to a `DateTime` that is already in local time. The issue is...

@matthewmueller I have a slightly stronger use case for this. Our prisma index.d.ts file is over 400,000 lines long. At this size, Webstorm and VSCode both stop linting entirely and...