Max

Results 17 comments of Max

The easiest way to test if all of this works is to add this to your tunnel config: ``` - hostname: behindcfaccess-uptrace.mydomain.com service: https://httpbin.org ``` And access it, after you...

I think the question was more like "Is there any way/functionality already that allows us to throw this tool onto our jest tests to find memory leaks in it". At...

Don't you dare to close a Feature Request, Stale Bot 🧐

Hey @asmuth, will it be possible to get one of the _admin and query web interfaces_? We plan to implement eventql for a large experiment at our company and I...

> Real shame, was hoping this was a viable option for our new projects... Maybe ClickHouse is something for you. We are using it for a couple of months now...

Does someone has an example of the correct usage of spyOn then? We are currently using it like this ```ts import * as UsageAmounts from '../../../src/getUsageAmounts' [...] jest .spyOn(UsageAmounts, 'getUsageAmounts')...

Just tried it with - @swc-node/[email protected] - @swc-node/[email protected] - @swc/[email protected] And the issue is gone. Thanks, gonna use that for now