John Leyva
John Leyva
Perhaps better to avoid dependency to any specific serializer. in principle I expected a object to be serializable as xml, csv and image and that match assertion simply to do...
The few example of cmdlet using assert behaves as @vexx32 indicates, wondering if there are some examples that can help me to understand other valid uses of assert
Ensure-DiskAvaialbleSpace could begin to delete/archive files such as logs, cached files, VHD, videos, etc until it achieves the desired stated without having to wipe everything, so it is not a...
Here the intention is to allow PSScriptAnalyzer to highlight unwanted verbs, but in this case we haven't found a good alternative to Ensure. Throwing exceptions seems to over complicate the...
I'll review current implementation based on @doctordns suggestions. In general, the pattern is function Ensure_X { if ( test_X ) { return } Action_1 .... if ( test_X ) {...
If I understand correctly TimeOut purposes are (a) to assert the test case does not take longer than expected (b) to stop execution as soon is clear that the assertion...
my renderer is also located in locahost Wondering if it is possible to use POST instead of GET Error: 414 URI Too Long GET http://localhost:8080/svg/0/... at ClientRequest.closeCallback (c:\Users\XXXXXX\.vscode\extensions\jebbs.plantuml-2.18.1\out\src\plantuml\renders\httpWrapper.js:78:27) at ClientRequest.emit...
Another workaround Add to C:\Windows\System32\drivers\etc\hosts 127.0.0.1 plantuml.local In settings use http://plantuml.local:8080
The issue is still present the following reproduces the issue var plantUmlWriter = new C4PlantUmlWriter(); plantUmlWriter.Write(workspace, stringWriter);
I think with the branch actually works, but not with the latest released packages ``` Exe net60 ```