-
Right now, almost nothing in the library has a "natural" ordering, and thus nothing implements `Ord`.
While this is reasonable, it means nothing can be stored as a key in a `BTreeSet` or `BTreeMap`…
-
Need to correct ordering of attributes among types, as fix to quite quirky ordering we currently have
* respect source ordering for elements on the same level of inheritance
* attributes from supe…
-
Depending on the order of the changes applied for a condition the model will be in a different state. I.e. the order of the columns matters in the condition table.
E.g. a model with species `S` in co…
-
The ordering of series in the sankey diagram seems to be arbitrary - how does that work?
I tried to use a transform to order rows but it breaks the diagram.
My objective is to be able to have consis…
-
The `mesh_grid` functions takes an unrolled 3d grid of voxel as parameters and assumes that the grid axis are ordered like X, Y, Z.
However there are reasons to chose other orderings, notably Y, X…
-
I think it's clear that Ariadne has been successful in several domains, particularly the hobby langdev space. However, it has several limitations that a rewrite/refactor should address:
- No suppor…
-
It would appear that the ordering of endpoints both in reference lists and the sidebar is totally arbitrary.
To show what I mean, load up the Petstore example to the reference overview, and then c…
-
It would be handy to have more convenience functions for ordering things.
- ordering instance for various size tuples which do a `order by a, then by b, then by c, etc.` behavior. This would be us…
-
Hi, I want to implement wrapper for `IConsumer` where I'm able to process messages from different partitions on different thread pool threads. Plan is to create additional buffer where I would put mes…
-
It appears that the order of `pkg_resources.iter_entry_points` is pretty arbitrary.
I would like pytest to order that so I can say pytest-cov must load before pytest-benchmark. Currently I cannot use…