Peter Saxton

Results 121 issues of Peter Saxton

Many web applications can be categorized as API services behind a load balancer. The first version of Midas is optimised for them. Probably useful - HEAD method functionality - Default...

It's only a valid content-length if correctly parses as an integer. Is there a way to save this fact in the request type.

question
Suggestion

Somewhere we need to have the information on messages for response types, however it's extensible 1. Define all the types ```rust response(OK) response(Custom(422, "Something")) ``` or have functions that return...

question
Suggestion

At the moment there is no feedback from a call to the server asking for the latest changes in a subscription where the request is successful but there where no...

Calls to client functions (such as Read/Browse) may be slow and may want to be cancelled. A standard pattern for handling this is for functions to take contexts. Can we...

For example a nav element that wants the current page link highlighted. It would be nice if where you say `use MyLayout` you could set this metadata. I have been...

Requirements to get Raxx.Session to 1.0 ### Required - [ ] cookie 1.0 release https://hex.pm/packages/cookie - [x] Test/example setup as part of Raxx.Kit ### Questions - [ ] Should we...

help wanted

Requirements to get Raxx.View to 1.0 ### Required - [x] EExHTML 1.0 released https://hex.pm/packages/eex_html - [ ] Correct line numbers for stacktraces in templates. #132 (needs some specific tests of...

help wanted

Requirements to get Raxx.Logger to 1.0 ### Required - [ ] support only `raxx: "~> 1.0"` ### Questions - [ ] Can we just use a standard format or is...

help wanted