-
### Is your feature request related to a problem? Please describe.
Lots of folks are interested in what is going on with the project but there is currently no clear way to see what folks are working …
-
## Summary
A timeline component can be used to show a sequence of events. This is especially useful for customer data.
Features:
1. Ability to list events and a timestamp beside it…
-
A test failed on a tracked branch
```
CypressError: `cy.type()` can only be called on a single element. Your subject contained 2 elements.
https://on.cypress.io/type
at Context.type (http://loca…
-
Chaining multiple tweens, so each one starts after the previous one finished is currently quite fiddly - you basically have to start a new tween from the old one's onComplete handler - not very conven…
-
Is there anyway to add a new timeline to an existing widget, and remove an existing one?. I'd like to update the widget
based on changes in another facet (a map), but destroying the whole widget and c…
-
I Wonder if there can be a possibility of Multiple Timelines so user can slide A timeline event with B timeline event, C timeline event and watch the Comparision trendline on the Map
![multiple-timel…
-
A test failed on a tracked branch
```
CypressError: `cy.type()` can only be called on a single element. Your subject contained 2 elements.
https://on.cypress.io/type
at Context.type (http://loca…
-
Over the weekend there was a bit of commotion across the Fediverse where a user had created two post with manipulated timestamps, which lead to all sorts of weird behavior in fediverse software (e.g.,…
-
### Pitch
Problem: It is non-obvious to users which toots will be visible in followers' timelines. This creates several sub-problems.
Sub-problem 1: Replies to others do not appear in follower ti…
-
Tokio file IO has [significant overhead](https://docs.rs/tokio/latest/tokio/fs/index.html#tuning-your-file-io), since each syscall like `write` needs to spawn a task and perform a thread context switc…