Andy Hayden

Results 51 issues of Andy Hayden

This seems to happen intermittently: ``` boto_try(s3.meta.client.upload_file, Filename=os.path.join(LOG_DIR, self.out), Bucket=LOG_BUCKET, Key=self.out, ExtraArgs=AUTH_READ) File "processor.py", line 65, in boto_try return func(**kwargs) File "/usr/lib/python2.7/site-packages/boto3/s3/inject.py", line 106, in upload_file extra_args=ExtraArgs, callback=Callback) File "/usr/lib/python2.7/site-packages/boto3/s3/transfer.py",...

bug
enhancement
s3
p2

Previously I was able to use `--target x86_64-unknown-linux-musl` on rusty_v8 and deno (excluding the plugin). https://github.com/denoland/rusty_v8/issues/49 > It's unclear to me if it's best to _only_ target x86_64-unknown-linux-musl or to...

build
suggestion

(Thanks for this project it's awesome!) I suspect I am doing something wrong here... The Minotaur looks great in [js](https://morris.github.io/vstools/): But when I export the obj and import into creality...

ref: https://groups.google.com/forum/#!topic/julia-dev/pcFpkdr_xGs

enhancement

Unfortunately I often see denopkg.com 504 somewhat frequently in ci. I think it would make sense to move your deps to deno.land. (It's a shame there isn't a clean way...

Is there a better way to consume `Promise` What I was doing seems very hacky: https://github.com/hayd/deno-lambda/blob/1ec6178894eba338da24702845baef5c23dc8139/example/api/candidate.ts#L52-L59 Is there a way to use [discriminated unions](https://basarat.gitbooks.io/typescript/docs/types/discriminated-unions.html) ? Perhaps it'd be better if...

Fixes #4 @chiefbiiko This also makes the DynamoDBClient interface more explicit... This would be a breaking change, but IMO it's a more user-friendly API. --- If you wanted convenience functions...

Atm udd uses regex to get the urls which is hacky. note: importmaps will have to be handled differently (but trivially).

https://github.com/hayd/deno-udd/issues/64#issuecomment-1172871999 ```ts import * as x1 from "https://deno.land/x/[email protected]/"; import * as x2 from "https://esm.sh/[email protected]"; import * as x3 from "https://esm.sh/[email protected]/"; import * as x4 from "https://esm.sh/[email protected][email protected]"; import * as x5...

help wanted

It'd be good to have some kind of bumper for the version as an action, like we do for udd.yaml (it can be simpler as no CI needs to run...