Sebastian Nitu
Sebastian Nitu
Oh yeah, that's right. Thanks for bringing this to my attention.
I really like this idea. I'll include this option in the next update. Thanks!
The issue is that FF doesn't let you position things absolutely in a parent element that has `display: table-cell` applied to it. A workaround is to just set `tableDisplay :...
Was this ever resolved or did anyone find a workaround? I'm having the same issue where I can't find a way to keep all my results from multiple test suites....
@joe223 Thanks for the reply! You can see this issue in my branch here: https://github.com/sebnitu/scroll-stash/tree/add-coverage-to-puppeteer This script should reproduce the issue: `npm run test:integration` When I install using `@next` I...
Here is the solution I came up with on my personal site: ```html {% if page.description %} {% else %} {% endif %} {% if page.preview %} {% else %}...
Also worth nothing, I should port over the post-asset.html include that allows the use of post specific asset inclusions. I'll create a new issue for this though.
I don't think it's because of the EpicEditor. I think it's how I calculate the height of the container. Haven't really tested to see what the issue is yet, but...
So I narrowed this bug down to the "to-markdown" HTML into Markdown parser. It currently doesn't support github flavored markdown. I'll probably see if I can find a way to...