Austin Woon Quan

Results 11 issues of Austin Woon Quan

Docs for new `atomWithDebounce` atom creator as discussed here: https://github.com/pmndrs/jotai/discussions/553#discussioncomment-3354600

## Context This PR serves to add an example of using a `actions/cache` to serve as a cache directory between github ci runs. Had done this before and saw #1864...

area: docs

## Context This PR serves to add autofix suggestions for @Type() decorators by suggestion the @Type decorator along with inferred type to add in the. The autofix suggestion should only...

Closes #410 ## Alternative solution considered - Modify the case block used to handle `NODE_GYP_BUILD` to account for problem identified in #410. This proved to be tricky as we need...

When building with `output: standalone`, `@datadog/pprof` `prebuilds` gets excluded as the current AST logic introduced in https://github.com/vercel/nft/issues/391 does not handle the case where imports are assigned to a const. See...

Addresses concerns #709 with a plugin.

enhancement
built-in plugin

Getting no profiles in the APM section after setting the following configs to tracer on NextJS. ```typescript const appTracer = tracer.init({ runtimeMetrics: true, logInjection: true, profiling: true, }) ``` Could...

bundler

Closes https://github.com/kysely-org/kysely/issues/1163

### Version 5.34.10 ### Platform NodeJS ### What happened? `upsertJobScheduler` does not upsert jobs at times. At each redeploy, sometimes the job scheduler does not insert new jobs and no...

bug