ToonNelissen

Results 14 comments of ToonNelissen

I copied the changes from the non-avr-printf branch. When compiling for an esp8266 nodemcuv2 I get these error messages when I change. Google doesn't give me good answers yet. It...

Good question. The main reason to use a badge would be to indicate that: - We have a changelog - Our changelog follows a **standard** in this case "_keep a...

@oliv3r at this point I don't think linting exist for keep a Changelog

The board rendering looks fine. Only I had designed my board with all my pads on the bottom :-(. This didn't worked I had to mirror everything to have the...

Hi @johnlauer Have never collaborated on a jsfiddle project. I added support for the holes as a starter: ``` javascript EagleCanvas.prototype.parseHole = function (hole) { return { x: parseFloat(hole.getAttribute('x')), y:...

Ok no problem. About the holes these are mounting holes and I found out about them by opening my .brd file. ``` ``` We could possibly mill them out instead...

@siddharthlatest This happens with @appbaseio/reactivesearch ``` Uncaught Error: url is required when using the elasticsearch Search backend. at appbase-js.es.js:190:1 at Array.forEach () at validateSchema (appbase-js.es.js:188:1) at new AppBase (appbase-js.es.js:301:1) at...

While looking into the code to add it I found onEnd en onBegin.

I'm using the 4051, I did not look into the other multiplexer codes. https://github.com/luni64/EncoderTool/blob/master/src/Multiplexed/EncPlex4051.h I might implement it myself. My project has way more IO's to deal with so, I'm...