Kristian Polso

Results 12 issues of Kristian Polso

Twitter integration does not include any images in the posts, maybe it is just a typo somewhere in the module?

Have a global setting in config where you have to first approve posts before they are displayed.

Currently the promise chains in cron are broken by throwing errors. There is probably a better way to handle this.

The testing support currently is really simple, should update it to include inserting/deleting posts etc.

Has correct data format, issue #90

It shows that `appDetails` returns `array` https://github.com/syntaxerrors/Steam/blob/master/examples/app/appDetails.txt In reality, it returns a `NukaCode\Database\Collection`

bug

This is related to this forum post: http://www.isogenicengine.com/forum/viewtopic.php?f=5&t=179 I experienced the same bug in my code. pointToTile is fine, but tileToPoint gives slightly incorrect data. I managed to simply fix...

Two items in a collection cannot have the same basename, only one of the items is created. For example, if you have collection folder `_posts`, with files: ``` - example-post.blade.php...

Would be cool if the program could show an estimate when the dump is finished!

The README has reference to parameter `--snapshot-pages`, which does not exist, the correct one is `--maximum-snapshot`