Paul Bellamy

Results 78 issues of Paul Bellamy

txsub.System.Submit could be refactored for clarity and simplicity. - not use named return variable - just return result & error, not a channel (maybe, watch out for timeouts) https://github.com/stellar/go/blob/6fbbdc470c886f8748bc41db8dc0344df01b8772/services/horizon/internal/txsub/system.go#L95

feature request

It seems like web.go automatically processes the body of all POSTs as a form, which unfortunately leaves the body empty. For PUT (and other, I assume) requests it leaves the...

### What problem does your feature solve? When you import a recovery phrase, the inputs are laid out in rows: ``` 1 2 3 4 5 6 7 8 9...

triage

It would be nice to be able to eliminate intermediate steps in a pipeline.

enhancement

It might be nice to have a "Test" middleware, where requests could be injected into the app stack, and the responses given extra information about what got called, etc... Other...

Idea

It would be nice to have a Lint module so that we could validate the environment, and response. Other Thoughts: - Will probably be a lot simpler than Rack::Lint, because...

Idea

It might be nice to have an Edge-Side Include processing middleware. For more info on ESIs see: http://en.wikipedia.org/wiki/Edge_Side_Includes Other Thoughts: - This may be a bad idea. Maybe we should...

Idea

It would be _awesome_ to support drop-in http-caching. Other Thoughts: - Will probably want to pass the caching 'stuff' (i.e. how long to cache this for, invalidation, etc...) back from...

Idea