Mathieu Schroeter
Mathieu Schroeter
Hi, In `sock.js` https://github.com/tj/axon/blob/master/lib/sockets/sock.js#L368 , the `'error'` event of `this.server` is not handled then it's not possible to handle the `EADDRINUSE` error for example (when binding on a non-free port)....
Hi See https://github.com/vkurchatkin/function-origin/issues/9
Hello, It's strange but I can start the server on a port which is already used and no exception is thrown. I'm using boost 1.59 Regards
Hello react-pdf is great, nevertheless it's not possible to generate PDF/A compliant documents. I found this thread where someone has a way to generate (easily) PDF/A document with pdfkit: -...
Will be very useful if this functionality https://msdn.microsoft.com/en-us/library/windows/desktop/ms724892(v=vs.85).aspx was wrapped in an EventEmitter
Hello, the width is not computed correctly when ansi colors are used https://github.com/tj/node-progress/blob/master/lib/node-progress.js#L139 ansi-regex should be considered, something like that ``` js var ansiRegex = require('ansi-regex'); var availableSpace = Math.max(0,...
Hello guys, I'm working for Epsitec SA; my boss (@epsitec) and the main author of the games (@SpeedyBlupi) are OK to open the sources of **[BuzzingCars][1]**, **[Blupimania 2][2]** and the...
Hi I don't know exactly why and when but it seems that with an update a buster, the node_modules/.bin directory is no longer packaged. Any ideas? I use the auto...
Hello, A simple conversion from a markdown with breaks to HTML to markdown doesn't work as expected. The breaks are not translated as appropriate. (showdown 2.1.0) # Input There are...
Hi, When I use your module as replacement of `yoga-layout-prebuilt` which is used by `react-pdf`, there is a BindingError exception when I draw a simple `` element with `react-pdf`. ```...