Results 25 issues of ili101

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. - [X] I have...

Issue-Bug
Area-Debugging

# Problem We can set timeouts with: ```powershell Set-SeDriverTimeout -TimeoutType AsynchronousJavaScript Set-SeDriverTimeout -TimeoutType ImplicitWait Set-SeDriverTimeout -TimeoutType PageLoad ``` but all timeouts above 60 cannot be used as the driver itself...

Hi Not an issue just some snippet of code I wanted to share. Sometime you get an error like `error at or near "."`. I have 100 "." in my...

enhancement

### Summary of the new feature / enhancement From what I understated this module suppose to eventually replace PackageManagement and PowerShellGetv2 In https://github.com/OneGet/oneget it states that `This module is currently...

feature_request

Something strange I stumbled upon `Home.ps1` ```powershell Import-Module Pode Import-Module Pode.Web -Force . .\functions.ps1 Start-PodeServer { # add a simple endpoint Add-PodeEndpoint -Address localhost -Port 8090 -Protocol Http # set...

Hi This pull is to replace in part the outdated pull https://github.com/nohwnd/Assert/pull/34. There are 3 things covered here: Commit https://github.com/nohwnd/Assert/commit/c7703405086e8b47f56c43da113ff1ffc748a405 - Moved StrictOrder to Get-EquivalencyOption from Assert-Equivalent so it will...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

WG-Engine
Needs-Triage

https://github.com/api-platform/api-platform/issues/2472

**API Platform version(s) affected**: 3.2.2 **Description** Before https://github.com/api-platform/api-platform/pull/2517 `composer install` executed only if `"$APP_ENV" != 'prod'` after the change composer executes only if the folder is missing completely (basically never)....

I encountered this as I was updating my copy of the template using git. `pwa/.gitignore` have "next-env.d.ts" in it, but the file is in the repo https://github.com/api-platform/api-platform/blob/main/pwa/next-env.d.ts I think the...