Tung Huynh
Tung Huynh
Stripe implementation that counts how many charges were made from a timestamp until now.  Config: ```json { "type": "STRIPE-COUNT", "label": "Sales Today", "params": { "createdAfter": "today" } } ```...
Add support for CircleCI pipelines to show pipeline status by project, by workflow, and by branch. CircleCI API v2 is in Preview but has sample code for Go: https://circleci.com/docs/api/v2/
Ability to mute thread, delete thread
### Describe the problem ListViewItem has a hardcoded margin and corner radius. The corner radius is always 2 Customize corner radius to 8 The margin is always 2,4,2,4. Note that...
Closes #14182 Checklist: * [ ] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-cd/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this does not...
Use Lazy to initialize PlaybackItem instead of getter-based initialization.
Closes #210
Use AudioGraph to handle audio output from VLC using [audio callbacks](https://videolan.videolan.me/vlc/group__libvlc__media__player.html#gaac7abb1d8be3f60bb9da20c000703790). This change allows us to potentially extract audio data for additional post-processing and filtering, or external use cases such...