Tobias L. Maier

Results 94 comments of Tobias L. Maier

I updated the docker command above. The image is located at https://hub.docker.com/r/tmaier/markdown-spellcheck/. Just run it against any README.md

Hi @loretoparisi, I don't know. I never tried again. Can you try it out and report back? If it is fixed, we can close this issue

I just checked it with the updated Docker image from above. The bug is still there. ```text $ docker run --rm -ti -v $(pwd):/workdir tmaier/markdown-spellcheck:latest --dictionary /usr/share/hunspell/de_DE_comb "README.md" [1:0x55f5e2cba0a0] 39898...

@grncdr thanks for picking this up. I created now some test cases in PR #61. I hope this helps to push this forward

@neuralnw the quotation mark is on the wrong place. It must be before "puts".

We once considered to use Excon instead. (see https://github.com/taganaka/polipus/pull/37#issuecomment-46028105, item 5) Would this help?

I am trying to upgrade to 0.5.1 and saw the same issue. This is a regression of #40.

## The WISHES and TODOs Feel free to add your point in this comment or to ~~cancel~~ a line if you're against it. Reorder the points freely 1. Improve code...

I also don't really know what to do with the current plugin implementation. First of all, a plugin does not have access to the page he is currently processing. Next,...