Scott Ginn

Results 9 issues of Scott Ginn

## Feature Request **Is your feature request related to a problem? Please describe.** When using the netlify CMS and adding a featured image to a post, having to depend on...

**I have checked all the prerequisites below and I'm yet experiencing a problem** - [x] Read the README.md - [x] Have the extended version of Hugo installed - [x] Used...

enhancement

When using Albums, the redirect rules for the home page are not followed. Ex. https://www.site.com doesn't get 301 redirected to https://site.com Disabling the Albums extension fixes the problem. Another fix...

I would love to be able to edit the CRON trigger via the web-ui.

enhancement

So I tried to google-fu this... but when using the new docker hub token authentication the API doesn't login. Here is the error when you use an auth token: ````...

bug

This is in reference to https://github.com/SISheogorath/readme-to-dockerhub/issues/95 I was using his implementation of your API and when using the dockers new personal-token login it will not authenticate. An excerpt from his...

`js2py` currently has not released a version since 22-Nov-2022, and the `js2py` community is aware of the problems with index errors see https://github.com/PiotrDabkowski/Js2Py/issues/282 Thus `tweepy-authlib` with its `requires-python = ">=3.8"`...

In: https://github.com/onwidget/astrolib/blob/b7a454fc374ffef915e2e8e00167a341209cfdf9/packages/seo/src/utils/buildTags.ts#L4-L16 Both the `` and `` are using a void style closing method, which is not in the HTML standards: https://html.spec.whatwg.org/multipage/syntax.html#void-elements When linting code with `html-validate` it finds it...

I think there is a massive movement of refactoring all the classes to an abstract base, and then you can use the base for the async/non-async portions rather than duplicating...