adstep

Results 8 issues of adstep

Running as system administrator, impersonating a user doesn't work. I expect whoami to return 'MyUser'. ``` PS C:\windows\system32> whoami nt authority\system PS C:\windows\system32> $user="MyUser" PS C:\windows\system32> $pass="MyPass" PS C:\windows\system32> $secpass...

I'm confused how to call the Compile method with multiple losses. The method takes a string as a parameter for the loss. From the method documentation I can see: >...

### Summary of the new feature / enhancement Currently PSStyle supports styling individual files with the following: ```$PSStyle.FileInfo.Directory``` - Built-in member to specify color for directories ```$PSStyle.FileInfo.SymbolicLink``` - Built-in member...

Issue-Enhancement
WG-Interactive-Console
Up-for-Grabs
RFC-Required

From your documentation it looks like you tuned the architecture of the model after the model stopped improving. Did you do some form of transfer learning with the existing stalled...

Hey, I saw your comment on upgrading eazdevirt I was wondering if you ever got it working for an updated version?

### Describe the bug The `FindChild` methods in `FrameworkElementExtensions` fail to search for `FrameworkElements` in the Header of an Expander control. A Framework control is treated as a `ContentControl`, but...

enhancement
question
wontfix
feature request :mailbox_with_mail:

## Fixes Addresses #472 Adds support for searching an Expander control's header. The current logic only searches the content of the Expander control, but not the header. ## PR Type...

# Related Issue Adaptive Cards ObejctModel & Rendering lack support for AOT. Updated the projects to publish as AOT. Added .net 8 as a target. This # Description For all...