Noel Forte

Results 19 issues of Noel Forte

webkit2png isn't outputting images that are less than 800px wide (or on retina 1600px wide). Is there a way to render smaller width images?

bug

**Describe the bug** I use `pnpm` to manage my `node_modules` and have encountered a bug with Eleventy Serverless that occurs when the project is using `pnpm`, most likely due to...

needs-triage

In sublime text 3, the feature is added for multiple tabs to be scrolled across. With a large number of tabs open, collapsed tabs that are behind the visible tabs...

some people just want to have empty passwords for their local backups

**Environment** NodeJS v18.16.0 macOS 13.4 Ventura **Steps to reproduce** Sample code for how I'm invoking `s3-sync-client` (with sensitive values stripped): Show ```js // Initialize env import 'dotenv/config'; // Load internal...

upstream

I'm following the [Serverless documentation](https://www.11ty.dev/docs/plugins/serverless) and am struggling to understand if I should be passing the [bundler options](https://www.11ty.dev/docs/plugins/serverless/#bundler-options) as an object when invoking `addPlugin(EleventyServerlessBundlerPlugin)`: ```js // ...config stuff... const {...

documentation

### Operating system macOS Sonoma v14.2.1 ### Eleventy 2.0.1 (also reproducible on 3.0.0-alpha4) ### Describe the bug This bug was a nasty one to stumble upon and took me a...

education

### Operating system macOS Sonoma 14.2.1 ### Eleventy v3.0.0-alpha.4 ### Describe the bug I've been converting my site to version 3.0.0 of Eleventy and have come across a reproducible bug...

needs-triage

### Operating system macOS Sonoma 14.2.1 ### Eleventy v3.0.0-alpha.4 ### Describe the bug When running `eleventy --serve --incremental` in v3.0.0, I've noticed the process crashes when attempting to save changes...

needs-triage

Caught this while going through the tutorial. When used as a background image, not including a fill will make the svg invisible, this commit adds the fill so the example...