Per Gårdebrink

Results 11 issues of Per Gårdebrink

This changes the retrytimeout to use Thread.Sleep as we cannot use Task.Delay in this context due to risk of deadlocks.

Hi, We had issues with a web site of ours that freezes from time to time. Looking at the process dumps, there's thousands of threads (initiated by web requests) waiting...

I was looking at the issue https://github.com/fluentmigrator/fluentmigrator/issues/1252 and tried to solve it by removing some of the Console.WriteLine statements (https://github.com/fluentmigrator/fluentmigrator/pull/1253). However, it seems as when we log an error with...

area-Logging
propose-close

Hi, We have some api endpoints that returns 401 when the authentication cookie is expired. Since those endpoints are called from ajax calls, it should not be redirected to the...

We were trying to upgrade the rate limit package from 3.0.5 to 4.0.1 and hit an issue where it seems like the data format in the value of the counter...

Instead of directly reading the X-Forwarded-Header by default, it's much better to use the ForwardedHeaders middleware (https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-7.0) and then let that middleware set the HttpContext.Connection.RemoteIpAddress so we only log that...

enhancement

## Bug Report Looking at npm, there's a version 9.22.5 that is nowhere to be found in this GitHub repository. Looking at the diff between 9.22.5 and 9.22.4, there's scripts...

### Describe the feature We would like to be able to grant access to principals that cannot have policies attached by using the accesspolicies on OpenSearch The current OpenSearch grantXYZ...

p2
feature-request
@aws-cdk/aws-opensearch

### Describe the feature The current value for /deployment//regions SSM parameter is a "python string representation" of an array of strings, that looks something like: `['us-east-1','us-east-2','eu-west-1']` There should be an...

### Description The sample in the Auth0 docs for IBM DB2 is not using a parameterized SQL Query. If anyone uses this snippet of code, they would be vulnerable to...