Steven Oderayi
Steven Oderayi
Would be nice to have a switch to enable compression. I'm using this to test my Angular production build and auditing via Lighthouse. Compression seems to be the major bottleneck...
closes: https://github.com/simonh1000/angular-http-server/issues/26 This change is to add compression (gzip and deflate) support for content `['application/javascript', 'application/json', 'text/html', 'text/css']` automatically (without a command line switch) based on the `Accept-Encoding` request header...
Thanks for this module. Saved me a lot of time. Any ideas how to manage http to https redirects with this module? Thanks.
- added sequence diagrams and pages for FX transfers
https://github.com/mojaloop/project/issues/3686
## **Goal**: `As a` Maintainer `I want to` investigate and fix issues relating to upgrades to npm dependencies in some ML repos `so that` those repos can have up to...
## **Goal**: `As an` adopter of Mojaloop building inter-connected schemes `I want to` enhance ALS to have a timeout handler `so that` parties lookup broadcasts to proxies can be timed...
**Summary**: Quoting service currently implements participant endpoint lookup logic that interacts directly with central-ledger's database. This functionality already exists in central-services-shared. Quoting service needs to be refactored to use the...