Dan Jensen

Results 13 issues of Dan Jensen

WARNING: This is a draft. The changes to the .js file have not yet been reflected in the min.js file. ## Description After the password input has been converted to...

## Description Previously it was not clear how to create a namespaced decorator, so this adds an example to the README. ## References This is intended to help resolve apparent...

## Problem Following the [Ghost installation instructions for Ubuntu](https://ghost.org/docs/install/ubuntu/) using a www subdomain creates a problem with https connections to the naked domain. For example, people using Chrome will encounter...

### Issue Summary [Ghost's policy](https://github.com/TryGhost/Ghost/issues/9189#issuecomment-340292525) is to include trailing slashes on URLs. However, trailing slashes are [stripped](https://github.com/TryGhost/Ghost/blob/792834e742b753dce3871b128e7f1f369498f34c/ghost/core/core/frontend/services/theme-engine/middleware/update-local-template-options.js#L12) from `@site.url`. That causes a problem when Ghost is installed at a subdirectory,...

bug

[Ghost policy](https://github.com/TryGhost/Ghost/issues/9189#issuecomment-340292525) is to add a trailing slash to all URLs generated. However, it was not doing that for `@site.url`. That created a problem for Ghost installations at subdirectories, because...

The selenium-webdriver gem's `headless!` method was deprecated, it now raises a warning. This updates to use the recommended syntax. This new syntax is NOT compatible with Chrome versions before v109....

In selenium-webdriver 4.8.0, the `:capabilities` argument for Capybara::Selenium::Driver#new was deprecated and now raises a warning. This updates the Capybara Chrome driver registrations to use updated syntax that does not raise...

PROBLEM Delayed Job essentially orphans workers when you change the worker count from 1 to 2+, or vice versa, and `restart`. By that I mean Delayed Job allows certain workers...

If 1 daemonized DJ worker is running and you execute restart with a different n value, the existing worker will effectively be orphaned, in that it continues to run through...

This is intended to add support for DHL eCommerce tracking numbers that are 14 digits, which exist in Europe if nowhere else. This resolves https://github.com/jkeen/tracking_number/issues/83 WARNING: Do not merge, there...