LEBEAU Franck

Results 20 comments of LEBEAU Franck

I've got the same isssue. ![capture d ecran 2017-12-19 a 09 43 22](https://user-images.githubusercontent.com/4328986/34148541-f15cd5c6-e4a1-11e7-9028-aa46ed5acb18.png) My oldest missing gist ('\#10print & SimplexNoise') was create on Thu Oct 12 16:37:56 2017 +0200

An ES issue may probably produce such a behavior. I've also noticed that gists related to school/educational exercises no longer appears. If such kind of filter exists, perhaps that it...

This plugin is useful for defining not-too-far-away interactive zones around plot. It works well with SVG which allows to define interactive objects. But, using this plugin for canvas rendering seems...

canvas rendering available for d3v4 #7. Not yet available for d3v3. Ask/Comment/pull if needed.

On this [block](http://bl.ocks.org/Kcnarf/5c989173d0e0c74ab4b62161b33bb0a8), monitoring consumes ~1.5 % of time ( manydata=true and radius=20 for max collision)

👌 I can confirm that thanks to the (new) release of hdbscan v0.8.33, BERTopic install and execution both work fine

Thanks for using this package, and here is a first quick response. Unfortunately, I think ~3000 cells is out of the boundaries of this library. The mainstream use case I'm...

after lurking around the `import` API, can you try ``` import { voronoiMapSimulation as d3VoronoiMapSimulation } from 'd3-voronoi-map" ``` and use the alias `d3VoronoiMapSimulation` in your code ?

The error states the issue is that d3-array (used by d3-weighted-voronoi, in turn used by d3-voronoi-map) has not any default export. And that's the case. So the error makes sence....

Also, can you check https://github.com/sveltejs/svelte/issues/2962#issuecomment-500249691