Stefan Stranger

Results 25 comments of Stefan Stranger

I just downloaded source code and and enabled it in Edge Preview Browser and works fine.

Hi KniewkoZ 🙂 Thanks for taking the time to share your thoughts about AIPAS. Maybe it helps to also have a look at the blog post from me on how...

Hi @rwaal Thanks for the suggestion to make the documentation supporting cross-platform development environments. Please fork the repo and submit a PR to help solve this. Regards, Stefan

What would be the best location for storing user configurations (like API clientid and secret) for PowerShell modules? For Windows I used c:\users\stefstr etc.a and user environment variables. For usage...

@josunefon I removed the hardcode paramaters and used your refactored Report layout. Hope this is now sufficient to approve the PR.

Already some more updates on now Additional APIs? I want to use remove-item and Get-ItemProperty in my VSTeam SHiPS provider.

Thnx -----Original Message----- From: "Doug Finke" [email protected] Sent: ‎20-‎3-‎2013 20:53 To: "dfinke/edge-powershell" [email protected] Cc: "stefanstranger" [email protected] Subject: Re: [edge-powershell] Getting an error when trying to run some examples (#7) Thanks...

I also tried to use PowerShell Core's Foreach-Object parallel feature to run Pester tests in parallel. See the following [gist](https://gist.github.com/stefanstranger/839044c5c5c146cb97678933e9a001cc) with an example. But when trying to store the Pester...

Hi @AtheeSouhait, I followed your instructions and copied your code changes but I don't see the model being showed when running fabric --listmodels. ![image](https://github.com/danielmiessler/fabric/assets/2125385/73dc1839-0a59-4a1e-aaf4-6756e0d98844) What else do I need to...

Hi @AtheeSouhait, Thanks for your quick response 🙏. I've commented out the OPENAI_API_KEY for now to be sure it will use the AZURE_OPENAI_API_KEY. When I now try use Fabric I...