Steve Melnikoff
Steve Melnikoff
#### Wavesurfer.js version(s): "^1.3.4" #### Browser and operating system version(s): Chrome / osx 11.6 #### Issue is that in npm readme.md the documentation says to: ``` npm install wavesurfer.js --save...
Hi, I am using revogrid with row headers turned on, as well as utilizing sortable columns. I think there is a minor bug whenever a click is made in the...
Hi, minor issue in the "Add asynchronous line by line processing support" [(link to example)](https://github.com/Keyang/node-csvtojson/blob/master/docs/csvtojson-v2.md#add-asynchronous-line-by-line-processing-support) documentation. The feature detail example:. ```javascript csv() .fromFile(csvFilePath) .subscribe((json,lineNumber)=>{ return Promise((resolve,reject)=>{ }) },onError, onComplete) ```...
Hi, great set of D3 examples, thank you. A minor bug when trying the most basic circular-barplot. As part of adding the bars, you should also transform the origin of...
Hi, I am excited about trying out Neo4J's LLM Graph Builder, but need help and/or documentation on running it. I am using a clone of this repo from October 20....