Results 5 issues of Jat

I moved some posts from `source/_posts/` to `source/_posts/archive`. And I want to keep the permalink unchanged. So I changed the config from `permalink: :title.html` to `permalink: :name.html`. But it did...

![corrupted_exif](https://user-images.githubusercontent.com/1758850/37331204-450a05bc-26de-11e8-90c7-1c0fda00e01c.jpg) This image has corrupted exif data. I get a MemoryError when I try to load it with ```piexif.load```. Pillow can open it and I got these warnings. ``` /usr/lib/python3.6/site-packages/PIL/TiffImagePlugin.py:725:...

https://github.com/neutrinolabs/pulseaudio-module-xrdp/blob/devel/src/module-xrdp-sink.c#L363 pulseaudio has an assertion `pa_frame_aligned` on function `pa_sink_render` https://github.com/pulseaudio/pulseaudio/blob/master/src/pulsecore/sink.c#L1234 it restricts `request_bytes` must be divisible by `channels number * 1, 2, 3 or 4` https://github.com/pulseaudio/pulseaudio/blob/master/src/pulsecore/sample-util.c#L121 https://github.com/pulseaudio/pulseaudio/blob/master/src/pulse/sample.c#L69 on surround sound,...

Support `source.fixAll.swiftlint`, not just `source.fixAll`. Like other standalone linters, such as `source.fixAll.eslint` and `source.fixAll.markdownlint`.

enhancement

## Checklist * [x] I have included the output of ``celery -A proj report`` in the issue. (if you are not able to do this, then at least specify the...

Status: Design Decision Needed ✘