Milan Simonovic

Results 23 comments of Milan Simonovic

the docs page needs some update, here's an incomplete list of changes: ### update image name replace all `progrium/consul` with `gliderlabs/consul` ### update run command `$ docker run -p 8400:8400...

adding `:nodes [:n1 :n2 :n3 :n4 :n5]` to rabbitmq-test makes it try to start rabbitmq on 4 nodes?! btw how can I enable DEBUG logging level?

you need to install dependencies: ``` git clone [email protected]:geerlingguy/ansible-role-repo-epel.git roles/geerlingguy.repo-epel git clone [email protected]:geerlingguy/ansible-role-nginx.git roles/geerlingguy.nginx git clone [email protected]:jlund/ansible-go.git roles/joshualund.golang ```

I'd like to give this one a crack. Any ideas on how/what it should look like? Guess a TypeScript Logger interface, and a couple of implementations for popular packages such...

this again spans multiple packages, so i'd like to agree on a plan before making any changes. I was thinking something along these lines (please feel free to change my...

> Instead of adding logger to each of the frameworks' Args interfaces, I feel it should be defined in OpenAPIFrameworkArgs. I was going to add it there but then that...

> 1. add an OpenAPIFrameworkLogger interface to `openapi-types`. Not sure if I like it because it would make that package no longer framework agnostic. > .. > I feel option...

so you want to include it as a dependency, or just copy/paste the 24 lines index.ts?

no, seems to work fine with the `console` object passed in. so in which order should the PRs come?

linter fails when i install ts-log: ``` npm run lint > @open-api/[email protected] lint > tslint './packages/**/*.[j,t]s' Failed to load open-api/packages/openapi-framework/node_modules/ts-log/tslint.json: Invalid "extends" configuration value - could not require "typestrict". Review...