Ivan Carvalho
Ivan Carvalho
The test build passed, all the failures are permission issues because we omitted the PyPI tokens. This is good to go
After the NumPy bump in #1305 we no longer need to drop the Windows 32-bit build. All builds are working now
Also, please check https://crates.io/crates/dot-parser for its old `petgraph` feature. It is tied to an old version of petgraph but it could be used as a reference implementation.
dot-parser has an incompatible. However, we could use the grammar from Pydot (https://github.com/pydot/pydot) with Pest ( https://docs.rs/pest/latest/pest/) maybe? https://crates.io/crates/graphviz-rust is another option that we could use for a reference.
Here's a look at the preview:  We could come with more ideas for the demo to auto-execute. Moreover, we could start adding more interactive snippets throughout the documentation
I updated the demo to plot the Petersen Graph. It showcases our functionalities a little bit more. 
> Here's a look at the preview:  > > We could come with more ideas for the demo to auto-execute. Moreover, we could start adding more interactive snippets throughout...
This is not ready yet, but upon thinking: * I will try to make this depend on #1449 * There will be an environment variable: if the variable is set,...
> [@IvanIsCoding](https://github.com/IvanIsCoding) Can you clarify what you mean by "basing the tests from the version should be fine."? I am interesting in taking this issue. Of course. You can use...
Also, Miri is known to cause issues to some dependencies we have in `Cargo.lock` so check https://github.com/Qiskit/qiskit/blob/e4048320db76dcd738a36f5376628855d20e97b3/.github/workflows/miri.yml#L28 to see some patches Qiskit uses.