David Marrs
David Marrs
Steps to reproduce: Run the code provided in the gist below [1]. The two endpoints are identical save for the difference between the schemas for response bodies. `/success` declares that...
I see from the docs that this plugin modifies the current requirejs.config (if present) and tries to be non-destructive about how it does that. This means, amongst other things, that...
I'd be interested in reading your book offline but the PDF link in the README does not appear to have been built.
If I type `gnvim new-file.txt` at the prompt, the program terminates with the following error: `The file new-file.txt does not exist`. I would expect it to open a blank buffer...
Config: `{ 'path': '~/mywiki'}` Syntax: `VimWiki` Version: `2024.01.24` Revision: fde35bb - To reproduce: Create a link to a URL that is longer than the width of the window - Issue:...
The treatment of dates in sc-im is causing me confusion. I don't know if this is a bug or intended behaviour, but it's definitely impeding my ability to enter data....
Now that styledocco fails gracefully, the stack trace is hidden making bug reports harder to trace. The --debug flag will enable users to show the stack trace if they wish.
It would be useful to know what command was used to build the documentation you are viewing. It would be good to have this info from within the docs themselves.
We could warn the user at the command line. We could also put the warning in the documentation
If a css selector is commented in such a way that the syntax is invalid, styledocco will render the documentaiton with errors instead of failing helpfully. The effect of this...