Michael Hart

Results 30 issues of Michael Hart

http://aws.amazon.com/releasenotes/Amazon-DynamoDB/1151140518858718

To deal with the following error message: ``` One or more parameter values were invalid: Size limit exceeded for Index Key c Actual Size: 43398 bytes Max Size: 2048 bytes...

Hey hey – I know I could just add this myself, but wanted to open it up for discussion. So https://github.com/lambci/yumda is basically a ([large](https://github.com/lambci/yumda/blob/master/amazon-linux-2/packages.txt)) collection of yum packages that...

`Digest` has a handy `result_str` function, but for `Mac` (eg `Hmac`), to just get a hex string, you need to use `serialize::hex::ToHex` and do the following: ``` rust hmac.result().code().as_slice().to_hex() ```...

As suggested from https://github.com/nodejs/node/issues/11923#issuecomment-291286419 (where some performance regressions were found in v7.x)

Not sure if this was a mistake or if `1.4.0-alpha.82914663` is intended to be the latest version? `npm install simple-dom` right now will give you this version – but the...

There are some binary releases for the `logs` command line tool here: https://github.com/apex/logs/releases But I don't think this is the repo they're built from? Is the source code for the...

A number of tests (eg, `api:actor-state-test`, `api:api-rtti-test`, `api:basics-test`, etc) currently fail on macOS (Apple M1 Pro). Example `test.log` output: ``` exec ${PAGER:-/usr/bin/less} "$0" || exit 1 Executing tests from //src/workerd/api:actor-state-test...

Now that AWS supports Windows containers, it would be interesting to see if LambCI could run Windows builds (should be possible!) http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_Windows.html

Get parity with Amazon Linux 2 ``` diff

enhancement