Bailey Wickham

Results 8 issues of Bailey Wickham

Almost all songs cant be transferred from and found in Google Play.

When using `moduleResolution: bundler` with typescript, the complier doesn't properly resolve conditional import the `Long` package causing this module to fail to build. This PR fixes this issue, using a...

In this case, `${uniqueColumns}` should be a list of columns to insert data from the select statement but the generated sql statement uses the `values` syntax. Typescript: ```ts const uniqueColumns...

Update js dependencies, including using react 18. Use nodejs 16x, the latest lambda runtime.

Using nested arrays in a where statement causes an error in ```typescript import postgres from 'postgres'; const sql = postgres('postgres:///', { prepare: false, }); const values = [ [] ];...

### Is your feature request related to a problem? Please describe. A pain point we have in using Temporal is in queuing workflows. We would like the ability to queue/buffer...

enhancement

Adds a --check option to format which will error if there are files which do not match prisma format. Useful in CI and pre commit hooks. Closes #4267

PR: Improvement

`app.action` provides a `respond` function for convenience. The respond function allows you to respond in channel, update the previous message, or respond with an ephemeral message. It would be nice...

enhancement
semver:minor
auto-triage-skip