Aiden McClelland

Results 56 issues of Aiden McClelland

### Prerequisites - [X] I have searched for [existing issues](https://github.com/start9labs/embassy-os/issues) that already suggest this feature, without success. ### Describe the Feature Request Currently, NGINX modifies requests too much when proxying...

Enhancement
embassyd
P2 - Desirable

use Content-Range headers to request rest of s9pk if connection closed before message completed. Ideally, you can wrap a url in an object that implements AsyncRead and AsyncSeek.

Enhancement
embassyd

ideally should be set automatically by embassy-sdk

Enhancement
embassy-sdk

Often times, service crashes resolve themselves. If they do not, this should be tracked by health checks.

Enhancement
embassyd
P1 - Blocks Release

### Prerequisites - [X] I have searched for [existing issues](https://github.com/start9labs/embassy-os/issues) that already suggest this feature, without success. ### Describe the Feature Request Allow a service to enforce requirements on a...

Enhancement
Needs Scoping
P2 - Desirable

The trait should formalize this pattern: ```rust #[derive(Clone)] pub struct StartReceipts { dependency_receipt: DependencyReceipt, status: LockReceipt, version: LockReceipt, } impl StartReceipts { pub async fn new(db: &mut impl DbHandle, id:...

embassyd
P2 - Desirable
Refactor

Not all browsers support WWW-Authenticate, and it's a bad experience in general. Password managers don't support it, if you cancel it you often can't get back to it without clearing...

enhancement

It seems that swaggerGen treats anything that is a union type (i.e. `string | null`) as just an object. At the very least it would be good to just have...

``` There was a problem resolving type of 't.MyEnum'. // There was a problem resolving type of 'RequestThatContainsMyEnum'. /usr/local/lib/node_modules/typescript-rest-swagger/dist/metadata/methodGenerator.js:60 throw new Error("Error generate parameter method: '" + controllerId.text + "."...

would be great to be able to use this as a lib in another program