Andy Hayden

Results 51 issues of Andy Hayden

You have to first build gn using ubuntu then build deno with gn in alpine. This _should_ be possible, and I have some progress towards it... (failing) attempt: [Dockerfile](https://gist.github.com/hayd/4e4dbe867cb11d7b579b82711b7da27d). [failure...

help wanted

https://github.com/docker-library/official-images#security

> CPU Time per request | 10ms | 50ms https://deno.com/deploy/docs/pricing-and-limits This row has caused some confusion with "time per request" i.e. that 10ms is the maximum time a request can...

Feature list is basically here http://tox.readthedocs.org/en/latest/config.html - [ ] cache the builds **better** - [x] parse_args, and have {options} and friends work (so can do `ctox --pdb` !) - [...

Would like to do a better job of caching all the things, not sure how: 1. dependancies, atm use a DIY csv to see what I've installed (unfortunately don't think...

use conda-api and pip.main.

https://github.com/kyeotic/deno-lambda-repro related #155

documentation
help wanted

Revert: https://github.com/hayd/deno-lambda/pull/156/commits/31da6a2921356c1c65a4338ed79f2ccd91f4beb5 I've not investigated the issue, but assuming there was a minor api change that affected our error handing [here](https://github.com/hayd/deno-lambda/blob/master/runtime/bootstrap#L103-L104).

bug

Previously ``` import type { Context, APIGatewayProxyEvent } from "https://deno.land/x/lambda/mod.ts"; ``` etc. the deps and gen were correctly cached (from the layer and the function code), this seems to no...

help wanted

This PR goes someway to supporting python 3: - print statements become print functions - use try/except block for new/old imports - use `except as` syntax* - inconsistent indentation (tabs+spaces...