ArtOfCode
ArtOfCode
meta:289241 Table of contents appears to count deleted answers when counting how many answers are present (and hence whether it should display or not). If enough deleted answers are present,...
This is an odd one. I've implemented SimpleMDE for a [development website](http://stage.artofcode.co.uk:8800). On the page where it's used (http://stage.artofcode.co.uk:8800/recipes/new - requires sign in), when I reload the page, the editor...
see: https://metasmoke.erwaysoftware.com/dev/request-log/status/INC - that contains all the API requests, while https://metasmoke.erwaysoftware.com/dev/request-log/status/API where they should be doesn't.
When you have multiple (more than 3) categories, the category header works fine on desktop:  When you use it on mobile, it completely screws the layout:  That should...
Simple one. Adds a DB table for email status logging that can be connected to AWS.
Add Ruby documentation comments to helpers.
Our code is woefully lacking in documentation comments across the board. This makes it more difficult for new contributors as they find their way around the project - we should...
meta:292845 The placement of the username is inconsistent across profile pages, leading to the navigation tabs jumping position. This should be standardised so that the tabs location is predictable.
meta:292843 Add "me" links for at least all the public user-profile tabs, ideally the private tabs as well.
Closes #1439 Allows `set_user` to process `'me'` as a special case so that me-links work across the users controller.