Boris Feld
Boris Feld
Part of Balto could be reused by other applications. Instead of having the same Python package for end-users and for reusability, I think it would be better to have a...
SSH support could be helpful to have. We need a library to interact with a ssh connection and Asyncio. We also need a way to "choose" on which remote host...
Currently, Balto is running in a console. It would be helpful if we could launch balto on a directory and it would run in the background. Bonus point for having...
While trying to update to dulwich 0.20.0, our test suite detected a behavior change in `porcelain.path_to_tree_path` with Python 3.4 and 3.5. Here is a reproduction script: ``` import sys import...
Hi, the latest release of jupyter_ciient breaks compatibility with Python 3.5. Here is the traceback we are seeing on our CI: ``` /usr/local/lib/python3.5/site-packages/ipykernel/__init__.py:2: in from .connect import * /usr/local/lib/python3.5/site-packages/ipykernel/connect.py:16: in...
Right now, we are generating a Docker image with missing models for the HTTP service so we cannot deploy at the end of the release. But that means that all...