Results 14 comments of Goulu

+1. I'd like to combine clusterize.js with a D3 table like http://bl.ocks.org/dhoboy/1ac430a7ca883e7a8c09

implemented it in my fork https://github.com/goulu/Clusterize.js stays pretty compatible with existing demo : https://rawgit.com/goulu/Clusterize.js/master/Clusterize.js.html example of a D3js+Clusterize table here : http://bl.ocks.org/goulu/a45ad9ba663e23d470dbd0cbbab1bdd7 What do you think ? should I PR...

asked on https://stackoverflow.com/questions/65250930/sync-function-that-await-an-event-once-more , got to ``` function readBLOB(callback): Buffer { let result: Buffer // https://medium.com/@colinmackenzie14/async-await-iffy-96c25e06be6f (async function f() { await new Promise(async (resolve, reject) => { await callback(async (err,...

check the example on https://www.npmjs.com/package/node-firebird : the blob can be read asynchronously. What you see is the callback function that reads it. Now the problem is to read it synchronously...

seems related Stencil version > 1.9 on Windows (see https://github.com/ionic-team/stencil/issues/2319 )

Confirmed : does not happen with "@stencil/core": "1.9.2" Seems to be a stencil problem on Windows, but any idea to circumvent this is welcome ...

Same here :-( something is missing in the instructions : you must add `import '@teamhive/pdf-viewer'` somewhere. I did in my-component.tsx and it works

Found ! I had mistakenly run npm install in the template dir, so there were node_modules there ... Anyway, a clearer message would have helped ...

Done in PR https://github.com/mkwiatkowski/pythoscope/pull/14 (or with my branch ...)

Solved with my PR https://github.com/mkwiatkowski/pythoscope/pull/14 (or my branch) which uses six instead of lib2to3