Nils

Results 19 comments of Nils

Documentation should be accessible in API format too. I guess, it would allow better integration in other systems, like IRC bots and documentation engines like [devdocs.io](http://devdocs.io/).

AFAIK, this project does not support DartSass and is using sassc/LibSass (C++ one, not Ruby one). DartSass is very different from LibSass, don't expect this project to work properly with...

How to enable debug bar in any host without modifying your code? It would be cool if this plugin allowed simple configuration of Tracy to enable or disable features, IP...

@klimov-paul I don't see arguments about such approach being overkill. I already explained how to control/store them. Each message can have multiple contexts as in your example. Nothing changes regarding...

The message and category are key fields with limited length and other limitations. I don't want to disturb this behavior, that is why putting more information in category or the...

This would be my solution (untested) https://gist.github.com/Deele/bf7837fb8bdaf5213d06c81a40ec04e9

This is pure SVG plugin, that has no canvas support. There is no workaround because this is how this plugin was designed.

Issue was caused by background color carrying rectrangles not being resized to the image dimensions. See my pull request for a fix.

Did you try using quotes around image name? ```js var imageName = 'image'; var styleDefinition = { fill: 'url(' + imageName + '.gif)' }; ``` Works in Chrome console ![image](https://user-images.githubusercontent.com/477326/82312650-0a1ad780-99d0-11ea-84b0-2dfcd58e9f7a.png)