Chris
Chris
Just ran into this. Garrrgh! +1
Was literally the first thing i ran into (pasting a commit reference into the field), sods law ey? Is this moving towards a fix? Or likely to be in limbo...
Not sure anyone has seen it, https://github.com/jroimartin/gocui/issues/94#issuecomment-514247051 But theres a community fork of jroimartin/gocui that may be worth using instead if the original repo is unlikely to see a fix.
I've been running into this friction on WSL as well. I believe its because in WSL/docker it doesn't have access to your graphics card. Getting the learnopengl.com tutorials running is...
Yeh no worries, I only mentioned it here because I got it working on Windows 10 w/ what i think are limited grahpics not from my card, and I think...
I prodded this some more, nigh a year later. By sheer fumbling in the dark, i installed the following packages in WSL (Ubuntu Focal 20.04 LTS) ``` libgl1-mesa-dev libxrandr-dev libxinerama-dev...
Managed to fix the error, and sure enough the docker init command works. Although if I'm understanding the docs right its merely running the procfile commands, rather than running a...
Can confirm, I'm playing around with octopress and have the same issue with a fresh install of this theme. I've copied a _posts directory from another project with the same...
I've just tried another fresh install of octopress and medium fox. Problem continues. As an update, if you run rake install (to reinstall the default theme) the problem persists. However...
Another update. Problem appears to lie within the paginator.posts variable in source/index.html. I tried inserting a bog standard tag within the loop to test if it was at least looping...