yoshi-taka

Results 10 issues of yoshi-taka

botocore has a config parameter of tcp_keepalive. https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html This can improve performance significantly. https://www.miketheman.net/2022/10/04/reduce-aws-lambda-latencies-with-keep-alive-in-python/ The following is a list of code to be modified. (connect_timeout_seconds) https://github.com/search?q=repo%3Apynamodb/PynamoDB%20connect_timeout_seconds&type=code

`'user: your_account'` という文字列になってしまっている

Just keeping up with the latest and faster TypeScript.

It seems these were no longer used at some point.

### What does this PR do? Remove es6-promise package. This repogitory used the es6-promise package until around this commit: https://github.com/DataDog/datadog-api-client-typescript/commit/bbb0a5ef91d737307058f3928f24a81ee5b4d93b Although it’s not clear if this exact commit removed it,...

stale

Why this change • jsonwebtoken is no longer actively maintained and has accumulated a large dependency tree. • jose is a modern, actively maintained, and dependency-light alternative with better security...

https://dev.to/typicode/what-s-new-in-husky-5-32g5 This PR upgrades Husky from v1 to v9, moving from the legacy JS-based hook runner to the modern core.hooksPath + shell-based architecture. Why this change • Husky v9 is...

CI speed improvement https://github.com/jest-community/eslint-plugin-jest/actions/workflows/lint.yml - GHCR images (ghcr.io/danger/danger-js) are prebuilt and cached on GitHub-hosted runners - Completely removed Dockerfile-based builds

https://github.com/pynamodb/PynamoDB/issues/1213

### Describe the feature Node.js and Python SDKs allow you to configure TCP keepalive. It would be great if the Rust SDK also offered an easy way to set it....

feature-request
needs-triage