Tung Huynh

Results 43 issues of Tung Huynh

Stripe implementation that counts how many charges were made from a timestamp until now. ![image](https://user-images.githubusercontent.com/31434093/76671463-bf09c180-6553-11ea-8b41-13791a8a6853.png) 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/

semver:minor
monitorable request

Ability to accept, delete or block unsolicited messages

core
backlog

Ability to mute thread, delete thread

core
investigation needed
priority:low

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

feature request :mailbox_with_mail:

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.

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