ShawnHardwick

Results 18 comments of ShawnHardwick

Is there any update on this PR? I would love this only for the newline support for Verbose and Warning output streams. Today it just concats everything into one long...

@PlagueHO I actually use Puppet to call DSC so I'll provide what Puppet calls and what I call directly to debug the code. ``` $invokeParams = @{ Name = 'ScheduledTask'...

That appears to have fixed it. I can use `Enable-DSCDebug -BreakAll` to open a debugger in DSC now with the ScheduledTask resource. It's interesting to know now that the DSC...

I am also interested in seeing this fixed. We use Puppet's automated generated modules that wrap around this code and the MOF schema does not match what is returned by...

Should the MOF schema be updated to match this as well? https://github.com/dsccommunity/ComputerManagementDsc/blob/main/source/DSCResources/DSC_ScheduledTask/DSC_ScheduledTask.schema.mof#L16

Just chiming in as a +1 that I ran into this issue in my usage as well. Inputting the username without the domain syntax works, however if someone wanted to...

Thought I'd throw my two cents in here too as I spent a good part of my day configuring my environment to work with a reverse proxy. So I have...

Like you said, this is probably not the best forum for this. Sharing your entire nginx conf would be best. You want to setup something like below, but using the...

Really don't think this belongs in this project. It's not anything unique to the bot.

I thought I would chime in that I am experiencing this same issue when using the `redhat.vscode-yaml` VS Code extension. I can create a different issue in this repo or...