Bilal Mahmoud

Results 109 comments of Bilal Mahmoud

Unrelated to the initial proposal, but maybe someone knows here: was there any specific reason the `Graph` serialization format was used? It seems to be non-standard, and from what I...

Hey @pnevyk, thank you for your opinion. Mine are pretty closely aligned with yours, which is excellent! I already did (1) in https://github.com/petgraph/petgraph/pull/561 (with backward-compatible imports in the main crate)....

> Hmm, I took a look and it's not precisely what I meant, if I didn't overlook something. My idea was to allow something like this: I really, really like...

`DefaultIx` is used in the generic; wouldn't it be possible to set that as a generic as a stop-gap? My current plan of action is as follows: 1) finish #561...

What I mean is, wouldn't you be able to do: `MatrixGraph` instead of changing the `DefaultIx`?

I've done some research into different formats and it seems like the best way to do this is to simply allow exports to defined formats as well as a default...

Yea for sure we can do that! I planned for an alpha release soon, I think I've got the essentials finally figured out (as to how I want things to...

after the graph test suite my next goal was to either move to graph views (for reverse etc) and/or traversal algorithms. I really want to push this forward in the...

about incremental, it might be best to focus on the most common algorithms and adapt/implement those and then release an alpha. Most things besides other graph implementations are already working.

sadly adding this option didn't help. For the above definition the following is generated: ``` class PropertyTypeObject(BaseModel): """ A JSON object where each entry is constrained by a property type....