Quentin Dawans
Quentin Dawans
Check if the $container environment variable is set to detect if we are in a container. This allow the prompt to support other container runtimes.
This is a quick implementation of my idea about dialplan (third commit) by implementing a dialplan that handle authentication.
Request
What do you think of an approach like that for the `Request` @vodik ? This is based on #118 only the last commit is relevant
Using the subscribe client example with a hostname as `srv_host` (`sip.example.com`) the call to `transport.send_to` blocked and not packets are sent. https://github.com/Eyepea/aiosip/blob/master/aiosip/protocol.py#L24 Not sure if that's something on my side,...
- [x] Feature Request - [ ] Bug Report ## Description In the topic of showing the activity of the community and since the chart of memberships overtime didn't yield...
We should add a paragraph about the platform.sh setup in the contributing.md file. Explaining how to access the build log and the development environment urls.
Hello, It seems PyPI is confused by the versioning of this package. On [legacy PyPI the last version is `0.7.3`](https://pypi.python.org/pypi/aiohttp-xmlrpc) but on [warehouse the version is `1.3`](https://pypi.org/project/aiohttp-xmlrpc/#history). Is also seems...
Having a template of files like: - README - CONTRIBUTING - LICENSE - .gitignore - .travis.yml - .dothub.repo.yml To quickly create new repo would be nice to have.