Mark Wunsch

Results 3 issues of Mark Wunsch

As seen here: http://staff.tumblr.com/post/220500232/read-more-breaks

feature

If you look at Redux's jump pagination implementation: ``` {block:Pagination} {block:PreviousPage}← {lang:Previous}{/block:PreviousPage} {block:IfEnableJumpPagination} {block:JumpPagination length="5"} {block:CurrentPage} {PageNumber} {/block:CurrentPage} {block:JumpPage} {PageNumber} {/block:JumpPage} {/block:JumpPagination} {/block:IfEnableJumpPagination} {block:NextPage}{lang:Next page} →{/block:NextPage} {/block:Pagination} ``` There's an...

bug

I need to 1. Understand the side-effects of `autoload`, particularly where thread-safety is concerned. 2. Test the implications of changing `autoload` to `require`, specifically for loading "multi_json", even thought we...