Hannah Wolfe

Results 33 issues of Hannah Wolfe

### Issue Summary When trying to update an emoji in a callout card using Safari, it jumps to the top of the editor (and successfully changes the icon). ### Steps...

bug
help wanted
Hacktoberfest

Hi there, My team and I (Ghost) are trying to understand why this repo doesn't get releases? There are regular updates to the repo but noone is benefitting from the...

Just thought I'd drop in and post a link to [theme developer guide](http://dev.ghost.org/ghost-0-4-themes/) to what changed in Ghost 0.4. I'm trying to encourage as many theme devs as possible to...

With the release of Ghost v5 we have spent quite a lot of time carefully crafting update docs https://ghost.org/docs/update However, they are for the recommended install method which is Ghost...

The JSONAPI Spec is agnostic about pagination strategies: http://jsonapi.org/format/#fetching-pagination The default bookshelf plugin supports two strategies: https://github.com/tgriesser/bookshelf/wiki/Plugin:-Pagination The default uses `page` and `pageSize`, although `limit` and `offset` can also be...

**Describe the issue** I am not entirely sure if this counts as a bug, or would be more of a feature request. The URLs of the SPA we are trying...

feature-request

Just thought I'd drop in and post a link to [theme developer guide](http://dev.ghost.org/ghost-0-4-themes/) to what changed in Ghost 0.4. I'm trying to encourage as many theme devs as possible to...

Hi there! Ghostbot currently has no support for subscribers beta. This is usually OK as Ghost has enough default behaviour baked in that themes don't explicitly need to add support....

I have a couple of notifications sat in my inbox about improving the docs here, and I had been hoping to sit down and take a stab at it. However,...

The [RSS spec](http://www.w3.org/TR/REC-xml/#charsets) specifies exactly which characters are considered valid in RSS: `#x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]` At present, this library doesn't handle ensuring...