Sverrir Sigmundarson

Results 45 comments of Sverrir Sigmundarson

Hi all, and thanks for the mention, I'm the author of the jekyll-paginate-v2 plugin :) > The readme notes that it's lacking some critical tests. If that plugin were to...

> the bus factor lol, deliciously dark ;)

Unfortunately the backtrace that is generated as a result of this error is not very useful as it is being thrown by a lambda function. command ``` jekyll build --drafts...

Hi Olivia, I have a work-around in place that solves my case but the fundamental issue is still present in the code, eg https://github.com/jekyll/jekyll/blob/master/lib/jekyll/document.rb#L63-L66 This poses problems for developers creating...

Hi Parker, The act of changing the code is perhaps simple but you are indeed right that for Jekyll, the side effects need to be carefully considered. My intention was...

Solution: https://labs.sverrirs.com/jekyll/2-jekyll-gem.html

Hey everybody, I know this is an old thread but I wrote a pagination plugin for Jekyll that supports all of the features described in this post. Hoping that it...

@stevecrozz Thanks for the comment and you're right in a sobering way :) My motivation for building this plugin/gem is to be able to provide a viable migration alternative from...

@parkr Thank you Parker. I will be in touch. I just managed to package this whole thing as a gem now but I need to work on tests to avoid...

@stevecrozz,. @parkr and everybody else. I've just finished producing a fully backwards compatible version (v1.3.1) of the new pagination gem. It is now a zero-config in place replacement for the...