Matt Cowley

Results 130 issues of Matt Cowley
trafficstars

As a lesson learnt from https://github.com/nodejs/nodejs.org/issues/5149, it would be ideal to have a staging server for NGINX that has the same setup as production (a subdomain that can be accessed...

As a lesson learnt from https://github.com/nodejs/nodejs.org/issues/5149, it'd be nice to have CI setup in this repository that validates the NGINX config for nodejs.org. I'm not sure the best way to...

A follow-on from https://github.com/nodejs/nodejs.org/issues/5184 and https://github.com/nodejs/nodejs.org/issues/5149, we should look at increasing the number of files that NGINX can have open at any one time. This could either be done by...

Currently, anyone can access direct.nodejs.org, bypassing the Cloudflare CDN, caching and protection. It is relatively well documented that folks are using this to get around some of the blocking that...

As noted in http://nginx.org/en/docs/http/ngx_http_headers_module.html#add_header, `add_header` directives are only inherited from parent levels when `add_header` is not used in the current level. ``` curl -sI https://node-js-origin/download/release/latest/node-v20.5.0.tar.gz | grep cache-control curl -sI...

👋 Currently only the build WG has access to make changes to the Cloudflare config. While in theory this is fine, and the web-infra team could collaborate with them on...

build-agenda

### Version 1.41.0 ### Steps to reproduce https://try.playwright.tech/?l=javascript&s=lxhfadd ```js // @ts-check const playwright = require('playwright'); (async () => { const browser = await playwright.firefox.launch(); const context = await browser.newContext(); const...

v1.43

## Description Replaces the hard-coded Slack invite that has either expired due to time or max usages with the OpenJSF-maintained subdomain that redirects to an active Slack invite for the...

### Enter your suggestions in details: [fnm](https://github.com/Schniz/fnm) is a Node version manager (similar to NVM) designed to be fast with full cross-platform support for macOS/Linux/Windows. I think it would be...

ideas

### URL: https://nodejs.org/en/blog/release ### Browser Name: Firefox ### Browser Version: 124.0b9 (64-bit) ### Operating System: macOS 14.3.1 (23D60) ### How to reproduce the issue: Observe `application/rss+xml` alternate link tag in...

bug
help wanted
good first issue