-
add truly asynchronous starting of independent dependency subtrees
(as currently, all is started sequentially, in topological order)
- \+ faster for asynchronously expensive starts
- \- not well defin…
-
SRC: https://code.google.com/p/batchjobs/issues/detail?id=19
For some experiments it MIGHT be useful to be able to specify a graph of dependent jobs, similar to how targets are defined in a Makefile.…
-
Hi I'm using your topological-sort to solve interdependent equations.
as described here
- https://github.com/BLSQ/orbf2/blob/dev/architecture.md#hesabu-and-go-hesabu
in our equation solver
- ht…
-
**Topological Sort: FB questions:**
//269. Alien Dictionary
//207 Course Schedule
//210 Course Schedule II
**Tarjan's algorithm: Amazon questions:**
//1192. Critical Connections in a Network
Ref:
http…
-
While there's a lot of things, I don't like about Alembic I do think they have a pretty solid data model for versions: https://alembic.sqlalchemy.org/en/latest/branches.html. It'd be really interestin…
-
An ugly edge case came up here that we should work out:
https://github.com/rbrush/clara-rules/issues/102#issuecomment-227581784
I copied Will's comment here for convenience:
Using the existing topo…
-
For several applications it would be nice to have an index of "how deep" a plugin is.
For example for the datastructure in the straxen documentation we need such a depth to build the plugin tree:
…
-
*This issue was originally created by [**@puckipedia**](https://github.com/puckipedia) at .*
### Background information
- **Dendrite version or git SHA**: 633ca06eb9f7652a6c4be04b3ffe8950419a8ee…
-
- [x] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing))
- [ ] This feature is important to have in this repository; a contrib plugin wouldn't …
-
It seems that currently diagnostics are sorted by file path. This order isn't very useful when one wants to refactor some low-level modules (and their API is changed), because higher-level modules get…