Aiden McClelland
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...
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.
ideally should be set automatically by embassy-sdk
Often times, service crashes resolve themselves. If they do not, this should be tracked by health checks.
### 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...
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:...
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...
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