Cristian Pallarés
Cristian Pallarés
Edges can be animated AFAIK. It'd be awesome to have smooth transitions from one layout to another for nodes AND edges.
The design of the nodes could display real time data of the resources it represents. For example, a counter could show the current value, a bucket could show the amount...
When clicking a node, we could display a popover with quick actions to interact with resources. For example, invoking a function, adding a file to a bucket, etc.
Currently, only the node edges are highlighted (these edges start or end to the node in question). We also want to highlight the hierarchical edges, which are edges that cross...
When hovering a node, the Console fades out irrelevant nodes and edges. We want to keep a node (and it's relationships) visible if it's selected, even when hovering an unrelated...
Think of a good approach to this.
### I tried this: Run `wing it main.w` and execute the test. The `main.w` file: ```wing bring expect; class BaseClass { inflight new() { log("BaseClass.inflight new"); } pub inflight add(a:...
### Feature Spec Queues can now be paused from the Console UI so the consumers don't pull messages from the it anymore. ### Use Cases It's useful for inspection purposes....
This is what I picture in my head in order to run tests on a cloud (`wing test main.w -t tfaws`): - Compile once - Refactor `preflight.cjs` to accept a...