Scott Patten
Scott Patten
# Overview I lost some time trying to figure out why my API expectations were failing when the request being sent was exactly what I expected it to be. It...
# Overview I lost some time trying to figure out why my API expectations were failing when the request being sent was exactly what I expected it to be. It...
# Overview _Provide an overview of this change. Describe the intent of this change, and how it implements that intent._ _Example: This PR accomplishes X by doing Y._ ## Acceptance...
This adds the following methods to Client: - `list_shared_folders` - `continue_list_shared_folders` - `share_folder` - `add_folder_member` - `mount_folder` - `list_folder_members` - `relinquish_folder_membership` - `transfer_folder` There are tests for everything, and an...
When I run fpp there's a 3 second pause between me selecting what file I want to open and the file actually opening in my editor. My editor is an...
This PR allows you to type your escape-key sequence ignoring case. So you can type "df", "Df", "dF" or "DF" and still escape, thus allowing you to escape if you're...
# Overview Add a dependabot config to update github actions. This PR contains a cherry-picked commit from https://github.com/fossas/fossa-action/pull/46 The original PR was provided by https://github.com/ScottBrenner. Thank you @ScottBrenner! # Checklist...
# Overview This PR implements the CLI part of [ANE-2701](https://fossa.atlassian.net/browse/ANE-2701) In this PR, we add a new flag, `--snippet-scan` and hide and deprecate the `--x-snippet-scan` flag. The `--x-snippet-scan` flag still...
# Overview _Provide an overview of this change. Describe the intent of this change, and how it implements that intent._ _Example: This PR accomplishes X by doing Y._ ## Acceptance...