Dustin

Results 19 issues of Dustin

Add new issue templates, pull request template, contributing guidelines, and code of conduct, and update release notes. * **Issue Templates** - Add `documentation_improvement.md` for suggesting documentation improvements. - Add `question.md`...

Fixes #13492 Delete unnecessary release notes files. * Remove `release-notes/app-7.22.1.md` * Remove `release-notes/app-7.23.md` * Remove `release-notes/app-7.24.md` * Remove `release-notes/app-7.25.1.md` * Remove `release-notes/app-7.25.2.md` * Remove `release-notes/app-7.25.md` * Remove `release-notes/app-7.26.md` * Remove...

Add new ESLint rules and improve rule configuration. * **New ESLint Rules** - Add 'no-console': 'warn' - Add 'no-debugger': 'warn' - Add 'no-duplicate-case': 'error' - Add 'no-empty': 'warn' - Add...

Fixes #1799 Add a link to the `.github/ISSUE_TEMPLATE/feature_request.md` file for more information. * Add a note to refer to the `.github/ISSUE_TEMPLATE/feature_request.md` file for more details. * Update the template to...

Fixes #19 Add command-line tests for `git-lfs-transfer` to verify upload and download functionality. * Add a section in `README.adoc` for command-line tests for `git-lfs-transfer`. * Document the steps to test...

Fixes #19 Add command-line tests for `git-lfs-transfer` to verify upload and download functionality. * Add a section in `README.adoc` for command-line tests for `git-lfs-transfer`. * Document the steps to test...

**What product do you want to improve?** (e.g., Uploader, Web application, CLI, browser extension, Slack App, etc) **Is your feature request related to a problem? Please describe.** A clear and...

Waiting for: Product Owner
codecov/feedback

## Pre-requisites - [x] Prior to submitting a new workflow, please apply to join the GitHub Technology Partner Program: [partner.github.com/apply](https://partner.github.com/apply?partnershipType=Technology+Partner). --- ### **Please note that at this time we are...

Fixes #1053 Implement WebSocket reconnection and keep-alive mechanism in `WebSocketProvider`. * Add `onclose`, `onping`, and `onpong` event handlers to handle WebSocket close events and maintain connection. * Utilize the `#connect`...