Geoffrey Booth

Results 35 issues of Geoffrey Booth

I’m trying to use this in `start-api` mode with `docker-compose`. I have this in my `docker-compose.yml` file: ```yaml version: '3' services: amazon: image: cnadiminti/aws-sam-local command: local start-api --host 0.0.0.0 --docker-volume-basedir...

### Describe the problem Per @Rich-Harris in https://github.com/nodejs/node/issues/46074#issuecomment-1370102411: > . . . allowing modules to import each other without specifying the .js extension was a silly mistake that added untold...

pkg:create-svelte

### Describe the problem I’m generating a static site that I’m putting in an Amazon S3 bucket where it gets served by CDN. My app has a file path like...

p2-nice-to-have

Tiny PR to add a little JSDoc.

vm
author ready
typings
commit-queue-squash

Split off from #1020.

I’d like to add Next.js to CITGM. It uses `pnpm` to install dependencies, and before its tests can run it needs to be built. See https://github.com/vercel/next.js/blob/canary/contributing/core/developing.md. Can we add support...

As discussed in https://github.com/nodejs/TSC/issues/1457, could we somehow have a way for CI to measure the flakiness of new tests before they land? Something like: - For every PR, identify tests...

enhancement
help wanted
question

Below are the questions I think need resolving in order to wrap up the current Corepack debate. I gather that some of the members of the TSC are a bit...

question
tsc-agenda

Opening this issue per today’s TSC meeting. This is a spinoff from https://github.com/nodejs/node/pull/49246#pullrequestreview-1585722251: - Are additions to `import.meta` semver-major or semver-minor? - Should additions to this shared namespace require WinterCG...