Splines
Splines
@WillSoltas You are right, the line should have been: `self.play(ellipse.animate.set(height=2).set(width=6))`, where we set the height first and then the width. This produces the same (undesirable) result as seen in the...
I really like the border/stroke of the nodes in the `Overview` tab. They are a darker version of the fill color:  However, this is not the case in the...
Maybe helpful: If you use the [Gephi Toolkit](https://gephi.org/toolkit/), you might want to use the PDFExporter, see [here](https://github.com/gephi/gephi-toolkit-demos/blob/master/src/main/java/org/gephi/toolkit/demos/ImportExport.java#L108-L114): ```java //PDF Exporter config and export to Byte array PDFExporter pdfExporter = (PDFExporter)...
Unfortunately with the [suggestion by repst](https://github.com/beartype/plum/issues/40#issuecomment-1836613508), the user won't get nice IntelliSense and see what dispatched versions of a method there are available and what types. Would really appreciate being...
@mstate With your setup: did you also manage to get the Ruby Test Explorer to show the output of the test, i.e. success/failure? For me, even with the `--format json`...
I couldn't find a good solution for this, so I wrote my own custom script to finally achieve this. Use it however you like in your project. Of course, you...
Ok great, I'm probably going to prepare it during this or next week...
Ok, so I figured it out ✨ I **got rid of the LLVM Gold-Plugin** and the build was successful. Just strip `-flto -fuse-ld=gold`. Maybe this is worth adding to the...
@mboehme I mean for the CFG/CG generation (I'm not yet at the second stage where we rebuild with distance instrumentation). I was able to extract the dot files even without...
@mboehme Yes, ultimately I still get linker error. I was able to build it without AFLGo simply by using the default configuration for `configure` as seen in the [libvpx build...