Cristian Pallarés

Results 42 issues of 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.

🛫 console
Stale

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...

🛫 console
Stale

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.

🛫 console
Stale

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...

🛫 console
Stale

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...

🛫 console
Stale

Think of a good approach to this.

✨ enhancement
🛫 console
needs-discussion

### 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:...

🐛 bug
🕹️ simulator
🛠️ compiler
🛫 console

### 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....

✨ enhancement
🕹️ simulator
🛫 console
needs-discussion

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...

🕹️ simulator
🏎️ perf