Axdy Ng
Results
2
issues of
Axdy Ng
Hi, There seems to be an issue with Async/Await handling. Code below: ``` async function getData() { console.log('logging'); const test = await CSVToJSON().fromFile('./data/hans-puns.csv'); return test; } ``` `const data =...
Hello, Great extension. However, the snippets aren't working correctly in .php files. I'd have to create a html file -> trigger the snippet inside .html file -> then will it...