Josh Dick

Results 35 comments of Josh Dick

@Akin909's comment made me dig into this further, see my comments in #229. @l0nax Were your color changes based on personal preference due to disliking theme's default colors when used...

As I mentioned in README.md, I had never tested Pytograph on Windows. Are you using Python 2.7 and have you installed Pytograph's listed dependencies via `pip`? What does your Python...

Can confirm that Muzzle is not working with Spark for me on macOS 10.12.5 with Spark 2.0.5899.0.

I am also running into this problem; YADP is falsely reporting that instance limits have been reached after manually deleting containers, even after restarting Jenkins. Is there a manual workaround?

I'm seeing this same issue when https://micro.blog attempts to authenticate to https://indieweb.social (Mastodon v3.5.3 as of this writing) to enable crossposting integration: https://micro.blog/help/13884458

Quoted from https://github.com/joshdick/onedark.vim/issues/221#issuecomment-669014399: > It looks like `vim-markdown` expects `mkdURL` rather than `mkdUrl` based on [this search](https://github.com/plasticboy/vim-markdown/search?q=mkdUrl&unscoped_q=mkdUrl), so I've updated `onedark.vim` accordingly in joshdick/onedark.vim#233; let me know if that has...

I'm having the same issue. The collection I'm trying to paginate is called `microblog`. In the example below, `/_microblog/index.html` is not seen by `jekyll-paginate-v2` even though it has `pagination` configuration...

Figured it out. Based on my example above, my existing `/_microblog/posts` folder needed to only contain the Markdown files, but I needed to move `index.html` to `/microblog/index.html` to get pagination...

@spero-cnet That indeed happened to me and your code did the trick, thanks for the tip.