Alex Mathews
Alex Mathews
### Issue Summary When a member changes their e-mail address, Ghost sends an e-mail to validate the new e-mail. Subject: "Confirm your email update for..." It looks like the styling...
### Issue Summary If you turn off "Display name in signup form" in [Portal] > [Signup options], the "Name" field still shows if a member logs in, opens the [Your...
### Issue Summary The Ghost admin user-panel calls the URL `/ghost/null` ### Steps to Reproduce (start with fresh install) 1. Open the Ghost admin 2. Click on the user-panel in...
[Alto](https://github.com/TryGhost/Themes/blob/9db3ae28e17bccaa8f849305caeacdfe9926515a/packages/alto/default.hbs#L22-L25) and [Dawn](https://github.com/TryGhost/Themes/blob/9db3ae28e17bccaa8f849305caeacdfe9926515a/packages/dawn/default.hbs#L22-L25) double-print `@site.logo` `` when `@custom.white_logo_for_dark_mode` exists: ``` {{#if @custom.white_logo_for_dark_mode}} {{/if}} ``` At first, I thought of creating an if/else switch to control which `` tag to print...
### Issue Summary Deleting draft posts triggers the `site.changed` webhook. I assume, though, that `site.changed` is supposed to mean "something happened that changed the website's published[^1] front-end content." Accordingly, creating...
**Steps To Reproduce** 1. Operating System: Debian 12 x86_64 2. Vultr-CLI Binary: [vultr-cli_v3.4.0_linux_amd64](https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_amd64.tar.gz) installed to `/usr/local/sbin/vultr-cli` with owner/group `root:root` and permissions `700` 3. Configuration file placed at `/etc/vultr-cli.yaml` with contents...
**Steps To Reproduce** 1. Operating System: Debian 12 x86_64 2. Vultr-CLI Binary: [vultr-cli_v3.4.0_linux_amd64](https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_amd64.tar.gz) installed to `/usr/local/sbin/vultr-cli` with owner/group `root:root` and permissions `700` 3. Shell Environment: bash, root user (command executed...
**Bug Description** Vultr-CLI fails when executed by systemd, which runs by default at a system context. The system context does not define `$XDG_CONFIG_HOME` or `$HOME`. Vultr-CLI checks for these environment...
# VS Code Extension: Lacks XDG Base Directory Specification Compliance ## Environment Information ### System Configuration - **Operating System:** Linux Mint 22.2 - **Kernel:** Linux 6.8.0-59-generic - **Architecture:** x64 ###...