Ivan Carvalho
Ivan Carvalho
I think this can be fixed. We haven’t tested the Matplotlib drawing with inputs that deviate much from changing edge color and node color, to be honest. But the example...
I will drop this more as a FYI: check https://github.com/mlc-ai/tokenizers-cpp There's an existing C++ bindings from Tokenizers that goes through the same Rust -> C -> C++ path. The C++...
We had this discussion in #401 and I think that adding `Optional` was the possibly wrong solution we came at the time. The best solution would to have a specialization...
Optional named arguments from Option 1 are the best solution. If I had to pick an option it would be that one, I would approve a PR if you submitted...
With that being said `remove_self_loops` sounds like a potentially useful method. The `to_graph` method should already exist?