Austin Mackillop
Austin Mackillop
* **uvloop version**: 0.14.0 * **Python version**: 3.7.4 * **Platform**: Manjaro * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop behave differently from vanilla asyncio?...
The link to download this repo located [here](https://www.playframework.com/documentation/2.7.x/HelloWorldTutorial#Starting-the-project) (as of 2019-03-12) as 'Play Starter Example Project' is out of sync with the rest of the tutorial that follows. This leads...
This was working up until today but after building and running `sudo kubernix` I get this error: `Error: Unable to load config file 'kubernix-run/kubernix.toml': missing field 'impure' at line 1...
Work in progress PR for others to view progress and provide feedback. Frequent commits will be made here and will eventually squashed in a subsequent stacked PR. Read more about...
I've been evaluating [Prefect](https://www.prefect.io/) ([on github](https://github.com/prefecthq/prefect)) as an alternative to airflow for my team and was wondering how much effort it would take in order to automatically create prefect flows...
## Environment information (required) ### Diagnostics Diagnostics output `````` --- check: autoidentify INFO: diagnose_tensorboard.py version b5843ba83bb708385ff54baaab4b2c70c39f7a4f --- check: general INFO: sys.version_info: sys.version_info(major=3, minor=7, micro=4, releaselevel='final', serial=0) INFO: os.name: posix INFO:...
I'm working on [this issue in ldk-node](https://github.com/lightningdevkit/ldk-node/issues/75) and I think it requires adding Serialization/Deserialization implementations to some types here first. I only added implementations to to the minimal amount of...
In general, the `Cargo.lock` file [should be included](https://github.com/rust-lang/cargo/issues/315) for applications and excluded for libraries. For fun I also asked goose: ``` ( O)> Should a Cargo.lock file be included in...
**Please explain the motivation behind the feature request.** I'd like to be able to call goose directly in code without calling the CLI. **Describe the solution you'd like** Publish a...