simevo
simevo
fails with 401
When doxygen calls `dot`, it does not check for errors from the external command. This causes documentation builds to look successful which are not really successful because of errors in...
We have a use case where we want to display poppers on SVG elements. The easiest and leaner solution is to have standard tooltips generated with [the `` SVG element](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title),...
we have been bitten by an issue where a version had been tagged on github but not released on npm registry: http://bugs.debian.org/892656 would it make sense to have npm2deb generate...
recent socket allows one to serve from a path: https://stackoverflow.com/a/31658307 this would allow one to run the `socketio-over-nodejs` server from the same https host as the main page I have...
Hi, I noticed that there is a few `console.error` messages in the test suite. Writing to stderr duting tests is interpreted as a test failure by our automated test suite,...
We were migrating some markdown from a wiki. There are stray references we are in the process of converting manually. One of them (`[[kkkk©|kkkk]]`) caused an unrecoverable UnicodeEncodeError: ``` paolog@matanui:/tmp/qq$...
Hi as much as I like your layout, I suspect it can not work properly if some of the dependencies declared in the composer.json require php extensions. I can install...
setup.py
Hi, while [packaging this module for debian](https://bugs.debian.org/845482), we noticed that the `setup.py` file is missing. This file is present in the ZIP from pip, but it would be nice for...