Vithanco

Results 20 comments of Vithanco

good thinking. And indeed. Undoing it didn't change the outcome. The problem came. Then problem went. (at least that is how it now looks)

I had it more than once on that day. Not sure how, but will try to observe. Thanks for looking into this. Much appreciated!

d3-Graphviz reached now version 4.4.0. I run into trouble with the @types/d3-graphviz that I cannot handle myself. :-( Would love to see that somebody with more than 1 months of...

Sorry, after some further consideration did I choose JavaScript over Go. But I still thinking this is a great library. Thanks for the follow up & good luck!

Test fails - the public API is incomplete therefore the tests have to fail.

I suggest to change the Element function to `static func named(_ name: String, nodes: [Node]) -> Element { Element(name: name, nodes: nodes) }` However, it breaks some formatting test cases.

Hi! I have a similar issue during test execution only. Any ideas how I could fix that? My vite.config.ts is looking like this currently: `import { defineConfig } from 'vite'...

Excellent tip. I was using vite but didn’t know about vitest! Now “fixed”. And resolve works like a charm. Problem fixed as well. 😜