User:Rokejulianlockhart: Difference between revisions

From KDE UserBase Wiki
(Created profile page.)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<syntaxhighlight lang="powershell-preview" line>
<syntaxhighlight lang="PS1">
Invoke-WebRequest -URI 'https://dub.sh/zza' | ConvertFrom-JSON | Select-Object -ExpandProperty bio
Invoke-WebRequest -URI 'https://dub.sh/zza' | ConvertFrom-JSON | Select-Object -ExpandProperty bio
‎</syntaxhighlight> <!-- https://www.reddit.com/r/mediawiki/comments/n4v1oc/comment/k1rkgrp/?utm_source=share&utm_medium=web2x&context=3 -->
‎</syntaxhighlight>


See https://github.com/wikimedia/mediawiki-extensions-SyntaxHighlight_GeSHi/pull/4#issue-1998222159 for the cause of the invalid syntax.
<!--
 
<table><tr>
<th>Citation</th>
<td>https://www.reddit.com/r/mediawiki/comments/n4v1oc/comment/k1rkgrp/?utm_source=share&utm_medium=web2x&context=3</td>
</tr><tr>
<th>Task</th>
<td>Adhere to https://github.com/wikimedia/mediawiki-extensions-SyntaxHighlight_GeSHi/pull/4#issue-1998222159 to remediate the invalid syntax problem.</td>
</tr></table>
 
-->

Latest revision as of 14:09, 22 April 2024

Invoke-WebRequest -URI 'https://dub.sh/zza' | ConvertFrom-JSON | Select-Object -ExpandProperty bio