PatrickSpies
PatrickSpies
# Vulnerabilities `npm audit` reports 6 vulnerabilities (3 low, 1 moderate, 2 high) > ## npm audit report > > **acorn** 5.5.0 - 5.7.3 || 6.0.0 - 6.4.0 || 7.0.0...
Currently Angular v16 is not supported: > npm ERR! ERESOLVE could not resolve > npm ERR! > npm ERR! While resolving: [email protected] > npm ERR! Found: @angular/[email protected] > npm ERR!...
### Bug description The metric `prisma_pool_connections_idle` reports a faulty high number of connections. We defined a connection-pool-size of 25 connections, but `prisma_pool_connections_idle` reports over 2k idle connections after running the...
Currently `-AccessToken` requires the token to be passed as string. `Get-AzAccessToken` (mentioned at https://learn.microsoft.com/en-us/powershell/module/sqlserver/invoke-sqlcmd?view=sqlserver-ps#-accesstoken) will return a `SecureString` in the future: ``` WARNING: Upcoming breaking changes in the cmdlet 'Get-AzAccessToken'...
### Reporting an Issue or Missing Feature We´re running a script working on many list-items. Connection is established with `Connect-PnPOnline -Url "$env:O365_URL" -AzureADWorkloadIdentity` as we´re using [workload-identity](https://azure.github.io/azure-workload-identity/docs/). The provided token-file...