TATSUNO “Taz” Yasuhiro
TATSUNO “Taz” Yasuhiro
Closes #103 - Run background "scanner" job: using `setInterval` to support legacy Node.js not having Worker threads - The job scans items with the TTL attribute. Then, it delete the...
# Summary DynamoDB and DynamoDB-local throws ValidationException if attribute name in`ConditionExpression` starts with `_`. However, Dynalite does not throw and PutItem succeed. # Expectation Dynalite should throw, so users can...
Closes #147
This PR migrates CI from Travis to GitHub Actions. GH Actions is free for public repository. https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions The result of run can be found on my fork. https://github.com/exoego/dynalite/pull/1
Waiters API definition https://github.com/aws/aws-sdk-js/blob/9b64887b9f6d12b8f87389724aa31bb90651573f/apis/cloudformation-2010-05-15.waiters2.json TypeScript definition * API https://github.com/aws/aws-sdk-js/blob/2f0fd56f1c9530c77cd2a59714b91c76a94de76f/clients/cloudformation.d.ts#L458 * `WaiterConfiguration` interface https://github.com/aws/aws-sdk-js/blob/19a5b5936f2356441d9fc02de2c2ca1409439f54/lib/service.d.ts
- [ ] `li` - [x] `b` - [ ] `` - [ ] `` - [x] `h4`/`h5` - [x] `pre code` - [x] `` - [x] `a href` -...
It would be super-helpful for Scala.js users if Scala Steward update [`npmDependencies` on scalajs-bundler plugin](https://scalacenter.github.io/scalajs-bundler/reference.html). `npmDependencies` is a setting key to define Node.js modules and its version, in a form...
Commonly, releases are tagged as `v1.0.0` or just `1.0.0`. But some repositories tags releases with uncommon prefix. Example is `util-19.8.1` in https://github.com/twitter/util/releases/tag/util-19.8.1 Therefore, Scala Steward fail to link to diff...
It would be great if Steward report binary incompatibilities on PR using https://github.com/lightbend/mima or something.