-
# Software Architectural Patterns
Software architectural patterns are high-level design templates or solutions that provide a structured approach for organizing and designing software systems. Arch…
-
This issue tracks the implementation of network composition operators that can be specified in Architect. These are only relevant to connections between Automatons.
Here are some inspirations:
*…
-
Hi James,
I was trying your implementation on some data, and I noticed something rather unexpected. When I compute the mean aligned landscape from the corresponding SRVF representation that I get f…
-
We need some way to share state and distribute work among a number of coordinating logstash workers. This should work with both a remote store and a local one. This is a meta issue to scope the work.
…
-
Currently, if you attempt to serialize coroutine state via standard Java Serialization the tree of reference leads you to the objects defined in `kotlinx.coroutines` like `StandaloneCoroutine` (which …
-
While using the Betti-Matching code, persistence diagrams do not differentiate the H0 and H1 points. Is there any way to check which points correspond to H0 or H1? Also, is there any way to reduce the…
-
Sorry if I misunderstood the documentation in advance. Is there a reason that the output of ripser_parallell returns a dictionary of lists, whereas in giotto-tda the output of the equivalent calculati…
-
Imagine a world in which you can capture a program's execution, inspect it, and replay it. You could browse all the inputs the program had received, and all the outputs it had made, and you could ret…
-
Workflow example
(start) -->[new ticket] --> (submit) --> [open] --> (end)
start, submit, end being events
I am having trouble with sorting out events. Why is it required to have an event befor…
-
### Is your feature request related to a problem? Please describe.
Section 4.3 of [a paper from this March](https://arxiv.org/abs/2303.06777) describes it better than I can:
> although Observabl…