Achilles Rasquinha

Results 80 comments of Achilles Rasquinha

I'm currently using honcho as my development runner (using the Python API and not a Procfile). I was keen to have the logs on screen and on a buffer. Somewhat...

```python path = osp.join('', 'requirements.yml') popen("{galaxy} install -r {requirements}".format( galaxy = which('ansible-galaxy', raise_err = True), requirements = path )) ```

Facing a similar issue.

I thought on similar lines as well is what attributes would go in best. But I think sticking to this style made me feel that reliance on instance specific df...

So it seems like when binding the server sockets within Docker, Docker's own mapped IPs arrive as responses. This doesn't necessarily exist within the `drones` object within `tello.py`. Since UDP...

@julesy89 `JAX` does seem to be a drop-in replacement. However, I have noticed that `pymoo` tends to have specific APIs that uses the heart of `autograd`. I might have to...