adstep
adstep
Seeing an error now: ``` PS C:\windows\system32> Invoke-CommandAs -ScriptBlock { whoami } -AsUser $cred Invoke-ScheduledTask : An error occurred while registering scheduled job definition e60d4e36-5ace-49e7-a6b0-144db629961d to the Windows Task Scheduler....
Yes, the user has permissions on the box. They are an Administrator. I was able to create a task.
It looks like this [stack overflow post](https://stackoverflow.com/questions/42790376/taskscheduler-registertaskdefinition-fails-with-384userid) is talking about a similar issue to what I'm seeing. Doesn't look like they reach a resolution :(
Hey Marc, I was recently came back to the issue and was able to figure out what was going wrong with my use case. Apparently you can't create a schedule...
I'm also hitting this issue. Really would like the ability to split off all dependencies into separate file(s) using CommonChunkPlugin our currently generated test file is quite large and building...
Hey @tig, is #2612 still the right branch to start from if I'm playing around with porting over the changes from #1628?
Sure I can give it a try this week. Seems straightforward enough given the pre-existing examples. Is this the right place to loop back if I have any troubles?
Got it running. See https://github.com/tig/Terminal.Gui/pull/15.
> Does it also works on another drivers (`CursesDriver` and `NetDriver`)? The PR doesn't add support for `CursesDriver` or `NetDriver`. The PR just enables WindowsDriver to use VT sequences to...
I'm running Azure.Identity 1.8.2 and Microsoft.ApplicationInsights.AspNetCore 2.21.0 and it still seems to be spinning requesting. It completely kills the performance of my app. Is anyone else seeing this? Seeing a...