Tyler Hall

Results 21 issues of Tyler Hall

## Background Right now, `npx hyper-nano` will download the hyper nano binary to the `node_modules/hyper-nano/bin` directory, and add the `__hyper__` directory in the same place, for running services. ## Problem...

bug
nano

We've had internal conversations about this, but I would like to track this as it's increasingly becoming a point of friction with hyper developers. ## Background Almost all hyper service...

data
cache

I see [this note](https://github.com/cloudydeno/deno-aws_api/blob/main/lib/services/s3/mod.ts#L1027) on the `getObject` implementation for `S3` and I know #24 exists, but seems to be focused on uploading objects, not getting objects. Being able to stream...

I was looking to use [getSignedUrl](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#getSignedUrl-property) for uploading directly to s3, but didn't see the method in the generated s3 service. I do see it on the [s3 service on...

enhancement

With all of our customers, we advocate for trunk based development, and separating release from deployment; code ought to be continuously delivered, with features being shipped behind flags. The DORA...

enhancement

Related to #531 and #550. At some point after #550, we will need to remove this flag entirely, dropping support for the legacy shape. > This should be a major...

data
cache

Related to #531 , this flag is currently defaulted to `true`. We eventually will need to update this flag to default to `false`, in prep for eventually removing the flag....

data
cache

## Background: Original conversation started on #27. There is a desire to extend the gateway core functionality, adding new capabilities, for example like those described in ANS-101, ANS-108, and others....

Thank you for your work on this module! ## Background NodeJS' [`Timeout.ref()`](https://nodejs.org/api/timers.html#timeoutref) and [`Timeout.unref()`](https://nodejs.org/api/timers.html#timeoutunref) both return a reference to the `Timeout`. This allows for doing things like: ```js const timeout...