Sebastien Barre

Results 84 comments of Sebastien Barre
trafficstars

I would love to see more examples of custom directives, the documentation still has me scratching my head. Looking at the `$trackDirective`, I don't know where it is to be...

Unfortunately this does not seem to ignore React components, which is the goal of MDX, i.e. use JSX (React) in your markdown content. So any component is spell checked :(

Hi. I do have another use case for this issue. I have `QueryDepth` set to 5, and this works fine for my application so far... Except that it broke GraphiQL...

Feel free to hit me up if you decide to discuss it in a meeting. We have migrated the KWiK database schema 226 (!) times as of today, and most...

This is sorely needed, this was hard to track. Please consider merging.

Can this be a relative path? I tried `vendor/bin/paratest`, and that didn't work. I'm getting an error: ``` spawn /vendor/bin/paratest ENOENT ``` I tried `./vendor/bin/paratest` too, but a slash seems...

Just checking if you guys ever found a solution to this one. I'm also trying to find a way to parse, update, and re-create a Markdown file... Thanks.

@strugee thanks a lot, this is great. If somebody else finds this issue, here is how it can be done with `remark`. The below example insert a TOC in your...

@ijjk Thanks, this is solving the issue for me