Oliver Foster
Oliver Foster
@SylvainCorlay does my PR fix your issue? Static propery inheritance on the constructors?
To me there seems a weird misnomer in this thread. 'static properties' to ES6 are properties on the constructor which exist on the Class without instantiation (Class.extend for example). In...
Thanks for that link @puzrin
Cool. Isn't the whole point of svg that they have no defined size?
I didn't realise you could size them. Cool. In that case I guess you wouldnt really me able to tell the size unless you had at least all of the...
I look forward to seeing it when it's done. Sounds like I could learn a thing of two.
I had more luck with this `lineToArray` transform: ```js const { Transform } = require('stream'); const csvtojson = require("csvtojson"); const lineToArray = new Transform({ transform (chunk, encoding, cb) { //...
did you try my example?
[csvtojson.zip](https://github.com/Keyang/node-csvtojson/files/4661303/csvtojson.zip) Works for me.