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...