Kjell

Results 415 comments of Kjell

Just run into exactly the same problem here.

Did you try replacing "domain" and the other settings with "fetch(:domain)"? Apparently this is how mina variables should now be accessed.

I tried now, did not help, since I am not making use of ":user"... somehow I was also hoping mina-scp would make use of the already established scp connection, but...

Created a pull request

There are multiple thumbnail gems, maybe that is why it looks different for you. See https://github.com/superterran/jekyll-thumbnail/blob/master/lib/jekyll-thumbnail.rb , line 67. This generates a closed image tag.

Kramdown itself inserts an end slashes for images (and other elements): https://github.com/gettalong/kramdown/blob/master/lib/kramdown/converter/html.rb#L276 However, only when I use the jekyll-thumbnail gem, without the spaceship gem, I get the desired closed img...

For better testing, I deployed https://github.com/KjellMorgenstern/spaceship_paginate to https://spaceship-paginate.pages.dev/ Also, I added several posts for better checking pagination, an image asset, and in addition to mermaid also a Vimeo link to...

In the demo, excerpt is used without any excerpt separator. Without a separator, doesn't {{ post.excerpt }} equal {{ post.content }} ? However, the effect of the patch is that...

Similar crash but in my case ( openSCAD-2021.01-RC6, Ubuntu 20.04.1 LTS) 1. opened one of the examples 2. click "saved as" => Crash ``` ~/appimage$ ./OpenSCAD-2021.01-RC6-x86_64.AppImage (AppRun.wrapped:41608): Gtk-WARNING **: 15:20:04.206:...

The OS is Ubuntu 20.04 The version output from pytest: platform linux -- Python 3.9.7, pytest-7.0.1, pluggy-1.0.0 plugins: cov-3.0.0, instafail-0.4.2, html-3.1.1, xvfb-2.0.0, xdist-2.5.0, flaky-3.7.0, metadata-1.11.0, icdiff-0.5, forked-1.4.0