Lloyd Brookes

Results 159 comments of Lloyd Brookes

I can't reproduce this.. do you have a `lws.config.js` file in your directory? Do you see the same error regardless of which directory you are in? Have you tried reinstalling...

Hi, yes this looks like a bug.. if you set the `--config` flag you can inspect the config that `ws` is using, e.g. ``` $ ws --port 8030 --config {...

Hi, sorry for the slow reply.. Currently, there is no built-in feature to set a custom 404 response but I think there should be.. It's simple to create a custom...

Would be useful if this chart supported CSS in general, rather than implementing its own colour parsing.. Canvas (e.g. [the fill method](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fillStyle)) natively supports CSS, so in theory this library...

Hi, does this work as expected when generating docs directly using jsdoc?

Also, make sure you have a `@module` defined at the top: [read this](https://github.com/jsdoc2md/jsdoc-to-markdown/wiki/How-to-document-an-ES2015-module-(single-default-export))

interesting.. something, somewhere is using the windows carriage return character (`^m` or `\r`) as a line ending in the rendered `@example` output.. it's not something jsdoc2md does deliberately.. which version...

hi, is this still an issue (with the latest version)?

could you do me a favour please - post some simple steps to help me reproduce. I'll need some example failing input and the commands required to create failing output.