Roman

Results 537 comments of Roman

That's gnarly! 😁 I don't think that it is worth it. Let's close this?

Thanks for looking into this btw!

I cooled on the idea of even having this. I got used to the 🐍 case.

IMO looking at the branch, I think extra complexity is not worth breaking something later.

Thanks for attempt though 😁

> docker container Certainly a possibility, and plan B. But I would love to explore the option of being able to run this in serverless mode (e.g. via Lambda). Do...

Just an FYI, aside from moving `tsconfig.json` to your build dir, you also need to change the `baseUrl` value, unless it is pointing to the root dir. E.g. if you...

Never mind, seems to be an issue with `@swc-node/jest`.

See https://github.com/swc-project/swc/issues/940 Maybe this can refactored from enum to const as const approach? ```ts const Versions = { V03: 3, } as const ```

Here is a repro: https://github.com/moltar/cloudevent-exp