Sean

Results 31 comments of Sean

We are using paket 7.1.3 (haven't tried 7.1.5 yet) with net6.0. Project.csproj: ```xml net6.0 ``` paket.references: ``` Serilog.AspNetCore ``` paket.dependencies: ``` storage: none framework: net6.0 source https://api.nuget.org/v3/index.json nuget Serilog.AspNetCore ~>...

Do you have any framework restrictions specified in `paket.dependencies`? I've had this happen where my project was targeting a framework that did not match the framework restriction, then it just...

I think this should be clearly documented since it differs from the default Snyk behavior of using the .snyk policy file in your current dir. I was hitting my head...

This is because Eventbridge Scheduler isn't fully implemented in localstack: https://github.com/localstack/localstack/issues/9861 The APIs exist, they return the expected response codes, but they are basically stubs. Actual scheduler execution functionality doesn't...

> BTW: i think i have workaround for this problem. I have added max_connections = 1 to provider block. Seems to work. Probably it will slow down plans :( @BartoszGiza...

I've had to downgrade as this change is causing all sorts of havoc. The biggest one is that its "leaking" advisory locks on databases. I'm often left with multiple locks...

This was the same issue I run into here: https://github.com/DataDog/dd-trace-dotnet/issues/3218

The more jobs we add, the more frequently we see this. Initially it was maybe once a month, but now we have service interruptions and downtime on a weekly basis...

Stumbled onto this myself using SSM with scripts. Sending a `TERM` control signal to the AWS CLI process leaves a `session-manager-plugin` process running. To clean it up, you need to...

I spent some time looking at this because our postgres resources plan/apply relatively slowly compared to other providers/resources (especially our MSSQL resources). With a small amount of resources (