Eric Dubé

Results 314 comments of Eric Dubé

I just edited the example to remove my commas (which would've caused a syntax error) I just tested my example and the one you just provided - each outputs the...

An alternative might be to require the query to be `test.[*].name`, which is what I was originally going to do, but I decided `test.name` was more elegant; If the former...

> Looking at the code, I see that lines that have no indentation are ignored. It is not explicitly mentioned in the readme but I guess it makes sense, otherwise...

Also Github reports that there are over 18 thousand repositories using this package. It is _irresponsible_ to leave this awful quirk in the code.

OH.... This is very complicated to do because the route regex may or may not match a leading slash depending on the route the user enters.

I think the use of the preformatted tag could hinder the ability to style code blocks. For instance, say you want to implement some sort of auto-indent functionality (just as...

> Are we using this anywhere? If not, if it could be self-contained in it's own file (as a refinement on interface) and then don't include it in the standard...

@noodlemoodle can we make this conditional? Typically alternate flow actions should not be available if the data on the current screen is invalid, so this change is the exception to...

I tried adding `eventEmitter.defaultMaxListeners = 400;` to a bunch of files under the `node_modules` folder inside the `markdown-pdf` folder. It didn't fix it. Posting this here in case anyone is...

I did not read this issue very carefully the first time I commented. When I saw this error message, markdown-pdf did nothing else - I didn't get any output. I...