Jan Olszak

Results 16 issues of Jan Olszak

Will osin-mongo-storage work with the latest osin?

Hi! Thank you so much for this project, it saved me a lot of time! Do you plan on adding a per-endpoint rate limiter, or a global rate-limiter of outgoing...

feature
backlog

Hi! It would be really, really practical if there was SetHostURLs() that accepts multiple addresses. Resty would choose one of them upon each request. This could be configurable as well,...

v3-consideration

Hi! Would you consider minimizing the html/css themes? For example we could: - use https://github.com/tdewolff/minify when creating hermes.Hermes - Create hermes.Hermes in a dedicated function like ```go config := hermes.Config{...

enhancement

Constructing a dit.Distribution needs more documentation

Hi, I went through the example/docker-compose-cluster. Had to change docker-compose.yml - Changed domainname to localhost - Changed dns address - EJABBERD_ADMINS, EJABBERD_USERS are on localhost So it's: ``` dnsdock: image:...

Fixes Ubuntu 18.04 builds Signed-off-by: Jan Olszak

Hi It would be nice if we could disable html escaping ``` encoder := json.NewEncoder(w) encoder.SetEscapeHTML(false) encoder.Encode(r.Data) ``` Cheers, Jan

Hi! Could you create a release?