Parsa Salavati

Results 3 issues of Parsa Salavati

Documentation Is: - [x] Missing - [x] Needed - [ ] Confusing - [ ] Not Sure? ### Please Explain in Detail... Hi, In the docs, it reads > It's...

type: Documentation

### Description I can't use host network in compose services. ### Steps To Reproduce ``` services: mysql: image: mysql networks: hostnet: {} networks: hostnet: external: true name: host ``` This...

kind/question

React's children api map function supports a "context" argument that we don't. Fixes https://github.com/preactjs/preact/issues/2644. Based mostly on #2645. There was a problem though: When I ran `npm run test:karma`, it...