Michael Ozeryansky

Results 40 comments of Michael Ozeryansky

Wonderful! Makes me wonder how many companies actually make watchOS apps considering DD supported visionOS before watchOS [#1652](https://github.com/DataDog/dd-sdk-ios/issues/1652) I'm very glad to see the full ecosystem is supported, tracing across...

I didn't have Docker running, but I still can't get it to run. I started Docker and ran start again. On the second attempt there was a new error, which...

I still have the issue when using your branch: ``` $ pnpm run start ... localhost postgres postgres postgres undefined 55002 Cannot connect to Postgres ... ``` And a different...

I figured out the issue, it was because my Docker was set to 1 CPU. I wrote a test script to create one docker and connect/query and it worked fine,...

I am able to get it to work by doing this after Sentry.init: ```js const postHogIntegration = new posthog.SentryIntegration( posthog, 'your organization', project-id, undefined, // optional: but necessary if you...

@benjackwhite Does your [PR](https://github.com/PostHog/posthog-js/pull/1224) fix this?

I contact Upstash about this last week and got the response: > We are working on an improvement which will aim to decrease this latency max ~1sec. Please note that...

I've been running a minute cron to requestcatcher for both qstash and pg_cron for the past 30mins, and I'm seeing identical responses of

@TheOtherBrian1 I need the request to happen on the :55 second mark, not every 55 seconds. Such as https://upstash.com/docs/qstash/features/delay Thanks for pg_net! I actually got this example from the supabase...

@TheOtherBrian1 I know pg_cron doesn't support it, this is the ticket I filed on pg_cron for the feature. The point of delaying 55s in pgsql is to use CPU time...