Thomas Malkewitz
Thomas Malkewitz
tired it like this as well: ``` PowerShell $text = "Hello world" $sb = $ExecutionContext.InvokeCommand.NewScriptBlock(@" $text "@) New-Flancy -url http://localhost:8002 -webschema @( Get "/" $sb ) ``` still blank.
This does fix the issue for me, however, doing so when i click on "older posts" nothing renders on the page. only the first page shows posts. if i revmove...
nvm, i fixed it, here is my js file, notice mine is the `events` page not `blog`. ```--- layout: null sitemap: exclude: 'yes' --- $(document).ready(function () { $('a.events-button').click(function (e) {...
Turns out this was due to the XML being generated with the tags `` with is not correct. As soon as I change the xml tag to `` it corrects...
whats up @PowerShellTeam? Is this an abandoned DSC-Resource?
@kwirkykat i honestly don't remember, i submitted this pull request months ago. And i havent needed to use this DSC Resource in quite sometime.
So, any response on this? I'm getting emails from the PowerShell gallery now because this 'rule' is being violated.
Yeah, i understand that, im more interested in how the PowerShell team wants this action to be completed with out using -AsPlainText -Force. And, as i said, the PowerShell Gallery...
Well, per a suggestion by a moderator from the PSGallery, rather then accepting a plain text string, using the ConverTo-SecureString, then serializing that to disk, i moved the Value to...