Tobbe Lundberg

Results 294 comments of Tobbe Lundberg
trafficstars

Thanks for the PR @jason-curtis Do you think you could add some tests for this? No pressure, someone on the core team can do it if you don't want to....

Thanks for your issue report. Without any way to reproduce this it's going to be difficult to find a fix unfortunately. But I'll definitely keep this in mind if more...

@dac09 I don't understand why you had to change to use an object here. Can you please try to explain in a bit more detail so even I can follow...

> In TS you cannot supply an required third parameter after a optional parameter Yeah, that much I knew. What I'm trying to say is that it's fine to leave...

@jwwisgerhof Thanks for the additional information. Just to confirm – you're saying something changed between 7.2 and 7.5 that broke Serverless?

Thanks for the issue report @cadlagtrader. I'll see if I can find someone on the team who wants to take a look at this

@eristoddle Thanks for your bug report. I'll try to reproduce it on my end, but I'm not feeling too hopeful 😅 I run `yarn rw build && yarn rw serve`...

Double checking the TS docs (release notes) I can confirm that it's at least supposed to be `with:` in TypeScript https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-3.html Node also supports `with` in v20 https://nodejs.org/docs/latest-v20.x/api/esm.html#import-attributes I just...

Wow! Thanks for digging that up. I guess since it was an experimental feature they felt like they could "break" it in a minor version 😅 Here's the PR that...

@sumitsingh6 So, just to confirm, everything in your app is working as expected, it's just the output in the console that's wrong?