Adam Jones

Results 39 issues of Adam Jones

A lot of people use links that look like `/some-path` on their sites. Under the hood, the web server maps this to the file `some-path.html` (e.g. like [Vercel's cleanUrls option](https://vercel.com/docs/concepts/projects/project-configuration#cleanurls))....

When a new node version is released, the list of versions at https://nodejs.org/dist/index.json is updated and the binaries are uploaded at [https://nodejs.org/dist/v`VERSION`](https://nodejs.org/dist/v%60VERSION%60) (e.g. https://nodejs.org/dist/v19.8.1/). However, the website sits behind a...

**Is your feature request related to a problem? Please describe.** We run services with Fastly, and we have production and staging environments. This is so we can make changes to...

feature request

### Is there an existing feature request for this? - [X] I have searched the existing issues ### Is your feature related to a problem? Please describe. In some situations...

enhancement

It's the username I use on all services, and publish things on other sites e.g. NPM :) I also own the VS Code publisher id `domdomegg`

namespace

**Is your feature request related to a problem? Please describe.** When setting up my tracing and logging following the Google Cloud documentation in the recommended way for Node.js, they don't...

priority: p2
type: feature request
api: logging

This fixes deprecation warnings about using the punycode node module. That's because `require("punycode")` in node is getting the deprecated in-built node module, rather than the NPM package. Adding a trailing...

### Provide a general summary of the feature here When using the [ComboBox](https://react-spectrum.adobe.com/react-aria/ComboBox.html#content), it's quite a common pattern that hitting the 'enter' key automatically selects the first option. For example,...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you read the `CONTRIBUTING` guide on posting issues, and `CODE_OF_CONDUCT`? - [X]...

feature