Leo Singer

Results 74 issues of Leo Singer

Perhaps surprisingly, you can import the server build in any route module, like this: ```ts import * as build from '@remix-run/dev/server-build' import { useLoaderData } from '@remix-run/react' export function loader()...

Fixes https://github.com/balavishnuvj/remix-seo/pull/9

Rename the "build" script to "prepare" so that it is run when installing remix-seo with npm from GitHub.

v4 dropped support for tokenless uploads on GitHub Actions due to #1068 ("use cli instead of node uploader"). In the PR description there is the comment: > Notes to reviewer:...

documentation

Fixes https://github.com/boto/botocore/issues/2373.

**Describe the issue** According to https://arc.codes/docs/en/guides/developer-experience/dependency-management#relative-modules-%26-code-sharing-1, one can import relative modules in Lambdas (as in `import .foo`). First of all, the sample code in the documentation is not valid Python...

If you call describe_topics on a flaky connection, sometimes the admin client reply has the host set to a null pointer. When this occurs, instead of segfaulting, report the host...

Fixes #144.

**Describe the issue** The type definitions for tables()._db and tables()._doc are wrong if the application is using the nodejs18.x AWS Lambda runtime. The types should come from the AWS SDK...