-
matrix.org seems to have different indexes for the `event_push_actions` than what is available via the Synapse distribution. I'm unsure how/why these appeared, but we should investigate and make them …
-
The TopologicalSort implementation adds every node it sees into the queue without filtering those have been visited. Therefore, the searching space grows rapidly, and immediately the size of the queue…
-
Using the following very basic config containing an aggregator, and the attached basic ipfix dump of flows that contain the "applicationId (95)" field, vermont will crash, with the below backtrace in …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Topological Sorting of a directed acyclic graph (DAG) is a linear ordering of its vertices…
-
**Describe the bug:**
When I press "sort", RimSort crashes with this message :
Traceback (most recent call last):
File "/Applications/RimSort.app/Contents/MacOS/app/views/main_content_panel.py"…
-
## Expected Behavior
`ProtocolDAG` dag order and key are stable on roundtrip from one process to another
## Current Behavior
When playing around with random graphs, I stumbled upon some odd behav…
-
The complexity of the solution one gets from `solve` and `nonlinsolve` for a series of equations depends on the order that the variables are presented. Would it be better to make the result canonical?…
-
## Background
Flowing from #130 and started implementing in #111, I am revisiting the build process. The last time we looked at this the build process was very challenging for a few reasons:
1.…
-
### Describe the issue
After converting a model to FP16 internally using `onnxruntime.transformers.float16.convert_float_to_float16`, the model can be loaded with `onnx.load_model` but fails to loa…
-
I'd like to revisit issue #3798. In this issue, @rafaelfranca offers the following recommendation
> I don't think this is an issue. Associations defines callbacks. Callback order is important since …