aarontravass
aarontravass
I'll take this up.
Was looking at ts docs and I reckon we should turn on `sourceMap` and `composite`. `sourceMap` helps map the ts files and `composite` decreases type checking time since it references...
any update on this PR?
> @aarontravass I think GitHub actions don't support IPv6 so I guess I'll just manually remove the failing test and will merge this How about testing ipv6 only if run...
Thanks for the reply. How performant is that in comparison with let's say `tsx` or `ts-node` since both esbuild and Node are listening for file changes?
> ```shell > node --watch main.js > ``` Looks like it never ends up running `node --watch dist/server.js`. Here is what I did ```json "build:watch": "esbuild --watch src/server.ts --bundle --platform=node...
> By _concurrently_ I mean you can start 2 terminals to execute them individually, or using the `concurrently` npm package to do similar things. My apologies, I miss understood. Well...
> > Well tbh, that doesn't sound 'developer friendly'. > > There're tons of tools around esbuild to make common tasks have good DX like `tsx` to execute scripts and...
> from https://datatracker.ietf.org/doc/html/rfc7519#section-2 > > > JWT Claims Set > > A JSON object that contains the claims conveyed by the JWT. > > Based on that, there is no...
Agree with @m10rten Zod is a validation library and has nothing to do with Authorization/Authentication.