Zeal Wierslee
Zeal Wierslee
It'd be really nice to be able to use mypy against files that include aiofiles, but that's not possible now since aiofiles isn't typed. A simple example shows that `mypy...
At present friture only runs with a sampling rate of 48khz and exactly 512 frames/period. However, it should be possible for friture to dynamically detect the sampling rate/frame count from...
- [x] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [x] Yes, I've searched similar issues on GitHub and didn't find...
I'm working on some cloud functions that I'd like to write unit-tests for where the unit-test spins up the cloud function locally and makes some HTTP requests against it. I...
If you receive a multi-line PM from another user, each line of the PM creates an individual notification. This creates a lot of noise and seems like something that could...
Added `-all` parameter which allows generation of documentation for unexported methods. Running `godocdown` on a simple example returns: `````` # test -- import "." ## Usage #### func Asdf ```go...
We should be smarter about how we manage shaping. If someone calls shape twice the second call shouldn't unshape and re-shape, instead it should be smart and replace only the...
Primary way of specifying ports to shape should be port-range, such as `1..65535` Would also be nice to specify discrete list of ports, such as `22, 80, 443, 8080` Probably...
Whitelist should contain device addresses which are allowed to shape any and all other devices. (Short-cutting our token 2fac system).
Should be `/api/v2` instead of `/api/v1`