Michael Krasnow

Results 7 issues of Michael Krasnow

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com)...

documentation
feature-request

Right now for email you have 2 options, PHP's built in thing, and SMTP, I want to expand this to be more modular like File Storage Locations so that we...

Type:Enhancement
Status:Proposal
Affects:Content Creators
Affects:Developers
Product Areas:Email
Enhancement:Level Of Effort:3
Enhancement:Quality of Life:3

Throughout the core, we use FlySystem, and then hardcoded fread/frwrite, file_put_contents, touch etc These hardcoded paths always assume a local file store which is pretty bad for multiple reasons. One...

Type:Enhancement
Status:Available
Affects:Developers
Product Areas:Code Quality
Product Areas:Framework
Enhancement:Level Of Effort:3
Enhancement:Quality Of Life:1

This is most certainly a hack, but I was trying to maintain the current behaviour. https://github.com/alexghr/got-fetch/issues/369 I can also port this to main

In fetch.ts there is this code: ` const url = new URL(typeof input === 'string' ? input : input.url);` that assumes that the input will always be a full URL...

Looks like for the stable channel its hardcoded to 14 days, would be great to have this customizable https://github.com/oclif/plugin-update/blob/7a65a09d281752f425ce664988fc0a6aab5fb5ea/src/hooks/init.ts#L41

help wanted