goodboy
goodboy
Now that #44 is in we can begin the move to `asyncio` based _apps_! I'm thinking most of the built-ins can be implemented as single coroutine instead of namespace defined...
I'm thinking moving to standard sphinx markup is most desirable? See here: https://github.com/rtfd/readthedocs.org/issues/995 Currently it's as simple as adding `numpydoc` to the reqs file to get it working with rtd....
The `py35-pandas` test run contains a bunch of failures currently because of: - `shmarry` doen't support unicode as per the docs on `multiprocessing.RawArray` so if we want to keep the...
We can maybe do it with [PySyncObj](https://github.com/bakwc/PySyncObj)?
[Fano factor](https://en.wikipedia.org/wiki/Fano_factor) seems to be the most common; other [fat-tailed](https://en.wikipedia.org/wiki/Fat-tailed_distribution) properties might be useful as well.
Got permission from the FS core guys today to stick up a confluence page regarding _FreeSWITCH as a call generator_. @quentusrex mentioned that it should include a section on using...
Found an interesting isssue today where a test was waiting on the `EventListener.waitfor` call using the `DtmfChecker` app. The app in fact was not being invoked due to a failure...
Integrating with [pystatsd](https://github.com/jsocol/pystatsd) will be the place to start. This will give the RMS team something useful for monitoring real-time events from FreeSWITCH.
This includes docs for the `Measurers` collection type, `DataStorer` and how it interfaces with measurement apps, and the `AppManager`. We probably need: - example of how to write a measurement...
Consider dropping IPython from the switchy cli since we can get [auto completion for free](https://docs.python.org/2/library/rlcompleter.html) with the std lib.