Simon Podlipsky

Results 264 comments of Simon Podlipsky

Thanks for the pointer, will fix those non-false-positives on my side.

I'm doing this right now: ```php // phpcs:ignore Squiz.WhiteSpace.OperatorSpacing.NoSpaceAfter, Squiz.WhiteSpace.OperatorSpacing.NoSpaceBefore public function foo(): (A&B)|null { ... ```

Same here. IMO, there's no clean way to handle the error right now. I tried wrapping in try catch but it does not seem to catch it.

But nobody said it's Remix 🤔 Adding a stacktrace, it's missing here: ``` router.js:425 Uncaught (in promise) TypeError: Failed to construct 'URL': Invalid URL at Object.createURL (router.js:425:1) at createClientSideRequest (router.js:3905:1)...

Has anyone found any viable alternative?

We're using victoriametrics that support openmetrics format.

I think @frankdejonge had some activity here as last maintainer.

I think we can send PRs. Seems like Frank may be happy to do a review and maintenance stuff.

I was rather wondering to support that without manual pagination. That said with the native one.

In tests it's done correctly https://github.com/apollographql/apollo-client/blob/65b4ba91de2415106e2327ae9f476c1d6f28f7e4/src/react/hooks/__tests__/useBackgroundQuery.test.tsx#L4395