Nate Ferrell
Nate Ferrell
In addition to the other feature requests already present for line numbers, it would be great if we could highlight lines as well (ideally multiple, but even a single line...
Troposphere updated the underlying method name to be `set_description()` instead of `add_description()`. Without patching this behavior, setting a description on the top-level config file is unusable with the latest version...
Google just announced their new [Docs API](https://developers.google.com/docs/api/): https://gsuiteupdates.googleblog.com/2019/02/new-google-docs-api.html Combined with the [Slides API](https://developers.google.com/slides/), this should provide full coverage of the full range of the productivity suite.
Migrating request from issue #16
Currently, `Start-GSDriveFileUpload` uploads Drive Files asynchronously, but it does so in batches. Batch count is controlled by the `ThrottleLimit` parameter, which defaults to 20. The problem this causes is that...
Hey guys! Do you all feel it would be beneficial to add a `-ConfigName` parameter to the all of the functions? This would allow you to run a command using...
Should resolve #961 without changing existing default behavior. Changes: * Add boolean setting `vscode-home-assistant.disableAutomaticFileAssociation` (defaults to `false`). * Update `HomeAssistantConfiguration` interface and `ConfigurationService` class with the `disableAutomaticFileAssociation` property (not currently...
This PR is intended to migrate the CI/CD pipeline from Azure Pipelines to GitHub Actions. We are currently adding additional maintainers to the project to restore overall project health and...
Thanks for all your help so far. I notice the variables under `$PSProfile.Variables.Environment` aren't clobbered if the PSProfile configuration is imported by leveraging the `$PSProfile.ConfigurationPaths`. However they are clobbered if...
## Proposed command `Import-ScriptToPSProfile` ## Goal Parse an ExternalScript file using the AST and import any PSProfile compatible settings to the configuration. Initial scope: * PSReadline settings (to go along...