Richard Simko

Results 25 comments of Richard Simko

Curl didn't work for me but using the Github CLI one can send API requests directly as shown in the docs. This works for adding reviewers in Github actions with...

@sapphi-red Was this the correct repo to file it in? I wasn't sure if it should be filed here or in the main vite repo?

What version of mongoose are you running? We're seeing the same issue with Sentry v8 since opentelemetry doesn't support mongoose v7/v8 and since Sentry relies fully on that in Sentry...

You're right, it didn't! When I check again the spans we're seeing when using 7.x are from the mongo integration. These have disappeared in 8.x. I'll raise a separate issue...

Great to hear! Do you want me to create a separate issue for the mongo problem or are you tracking both of those with this one or should I wait...

Oh I thought I put that in the issue, sorry! I'm using Node 20.12.2 and Express 4.19.2. I updated the issue with this as well. We are indeed using two...

We transitioned to [tsx](https://github.com/privatenumber/tsx) and haven't looked back

We use [@swc/jest](https://www.npmjs.com/package/@swc/jest) to do TS -> JS transformation, while Jest still installs ts-node it's not actually used for anything in this case (And as a bonus it's much faster)

Yeah, that does seem to be the root cause, irc_bot isn't compatible with Python 3.12+

The migration guide explicitly mentions using regex as a string, but I take it that's not correct seeing as the example provided doesn't work (`/:foo(.*)`)? https://expressjs.com/en/guide/migrating-5.html#path-syntax > The following changes...