Tadas Medišauskas

Results 15 issues of Tadas Medišauskas

For ansible `file` or `copy` modules, mode parameter needs to have a leading zero as those values are in octal. Module docs: http://docs.ansible.com/ansible/latest/modules/file_module.html http://docs.ansible.com/ansible/latest/modules/copy_module.html Potential issues: https://github.com/d1vious/ansible-splunk-simple/search?q=mode&unscoped_q=mode

Instead of using PowerShell background jobs which can be a bit slow since it involves creating a new process, use PowerShell .NET class and a separate runspace to run plugin...

enhancement

Navigating a file by holding down or up arrows causes CPU usage to spike to 100%. When I let go of the key line annotations for skipped lines start appearing...

bug

## PR Summary It was unable to parse settings hashtable, when that hashtable has been wrapped as a PSObject. This started happening in PS 7.2, I was using `Import-PowerShellDataFile` to...

## PR Summary Fixes #1875 ## PR Checklist - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present tense and imperative mood when describing your changes - [x] [Summarized...

Steps to reproduce ------------------ ```powershell # Install the same module to two different paths that are in $env:PSModulePath e.g. > Get-Module -ListAvailable -FullyQualifiedName xActiveDirectory Directory: D:\Temp\a ModuleType Version Name ExportedCommands...

Issue-Question
Area-DSC

I don't see a way to inject configuration into the container via environment variables or any other way. Am I missing something?

### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [x] Search the existing issues. -...

WG-Remoting
Needs-Triage