Thomas Obermüller
Thomas Obermüller
Can you try my pull request https://github.com/zapier/apollo-server-integration-testing/pull/20 and provide feedback?
@1garo As end user I think the most simple solution is to add the following in `package.json`: ```json "resolutions": { "apollo-server-express": "3.1.2", } ```
@mariusandra Would something like this warrant a HogQL modifier? I'm worrying a bit we're making our future lives harder by adding a lot of special cases.
Sorry @jithenms, I've been bogged down in some other tasks and haven't gotten to this yet. I will make some time for it this week.
Closing in favour of https://github.com/PostHog/posthog/pull/21945
> @thmsobrmlr PTAL! > > About the failing tests - it seems like e2e tests don't recompile the c++ parser. These tests fail with the following error > > ```...
@mariusandra Any reason not to add this function to the language?
> I would like to complete the unit tests with a string input for the first parameter in `getFormattedDate()`. I think the string input is used in the `FunnelLineGraph`. Could...
Closing in favor of https://github.com/PostHog/posthog/pull/22132
The check there is actually necessary. Try e.g. saving an insight. Don't know a better fix off the bat though and would need to dig deeper (potentially very deep) for...