Sean O'Neill
Sean O'Neill
I'm seeing a similar error when trying to run a test with Vitest, which is based on ES Modules: ``` Error: require() of ES Module C:\Users\pathtoprojecthere\node_modules\d3-selection\src\index.js from C:\Users\pathtoprojecthere\node_modules\force-graph\dist\force-graph.common.js not supported....
Ah...I see the rollup config is creating both a commonjs export and a ES modules export....is there a way to control which one I get? This is how I'm importing:...
Speaking of, is there any legitimate way to render html containing markdown? I'm using react-string-replace to highlight some text in a string, but now I've been asked to also render...
Node Error FATAL ERROR: v8::FromJust Maybe value is Nothing, on Windows (local) and CI build (Linux)
@sheremet-va hate to be that guy, but is getting this one resolved a priority? Or is it blocked by issues with Node itself?
Node Error FATAL ERROR: v8::FromJust Maybe value is Nothing, on Windows (local) and CI build (Linux)
it's looking good so far! I will run a few more CI builds tomorrow to validate but I think you got it! Thank you so much!
the following code is basically working for me, although (1) I don't know how to get the node radius in pixels (or graph units) and (2) when I drag a...
Did you ever figure this out @chaitali-pathak ?