Jacob Kim

Results 14 comments of Jacob Kim

ν˜Ήμ‹œ ꡬ글 폰트 μ—…λ‘œλ“œ κ΄€λ ¨ν•΄μ„œ μ—…λ°μ΄νŠΈκ°€ μžˆλ‚˜μš”?

@alexanderbez What about writing genesis to a file instead of printing to stdout? We could add a flag like below. ``` Usage: simd export [flags] Flags: --output string Output file...

@adamsullovey thanks for this! If I wrap `[trpc].ts` with `withAxiom`, do I still need to wrap my `NextConfig` with `withAxiom`? Also, where is `AxiomLogger` used in `context.ts`? Seems like you...

Hi @reubenjh, does this mean I don't have to wrap my `createNextApiHandler()` with `withAxiom()` like this? ```typescript export default withAxiom( createNextApiHandler({ router: appRouter, ... ``` If so, how do we...