Blitz2145

Results 9 comments of Blitz2145

tsconfig.json ``` { "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules":...

Also ran into this with the following similar error message: ``` pulumi:pulumi:Stack (blah-api-qa): error: update failed aws:ecs:Service (qa-blah): error: Plan apply failed: 1 error occurred: * updating urn:pulumi:qa::blah-api::awsx:x:ecs:FargateService$aws:ecs/service:Service::qa-blah: timeout while...

I think this particular timeout occurs when the fargate service cannot reach steady state, because the new task fails to startup, at least that was happening here because the container...

Unfortunately, it looks like the connections in the pool are only reaped lazily when getting connections from the pool, so it means that max_lifetime may be exceeded: https://github.com/importcjj/mobc/blob/main/src/lib.rs#L519

Would be good to switch this peer dep to a caret `^` instead, avoid the maintenance workload of keeping up with prisma minor versions.

Sorry to bother you, can we get a release? For https://github.com/valtyr/prisma-kysely/commit/7d644b20f8e6415c242ea6d260bdd324835b033c

Just fyi, I think the package install from `https://pkg.pr.new/kysely-org/kysely@1583` broke recently, had to switch away from this PR cause I was getting npm install errors on it.

> hypothetical feature: a `eb.$pickTables.fn.coalesce('cart.updatedOn', 'cart.createdOn')` has cut instantiations by almost half, and dropped wall clock by another 0.5s. I would love to see pickTables on eb also, since I...

We ran into the same problem with the upper bound on NPM, https://github.com/aws/amazon-chime-sdk-js/pull/3100#issuecomment-3286025011 If the upper bounds are needed, then the package should keep up with node and npm release...