Jeremy Tuloup
Jeremy Tuloup
For now the boards, cards and attachments are downloaded synchronously one after another. The script can be improved by downloading the content asynchronously, using `asyncio` for example.
Replace the calls to `print` by the [logging](https://docs.python.org/3/library/logging.html) facility for a better control on the logging levels.
Hey folks, Just a heads up that there is on-going work to package `ghapi` for conda: https://github.com/conda-forge/staged-recipes/pull/17744 So it can be installed with: ``` conda install -c conda-forge ghapi ```...
Some examples don't seem to be working on Binder: https://github.com/jupyter-widgets/ipyleaflet/blob/master/examples/DropdownControl.ipynb  https://github.com/jupyter-widgets/ipyleaflet/blob/master/examples/LayerGroup.ipynb 
Update the Binder link in the Usage section of the docs to be the same as the one in the README: https://mybinder.org/v2/gh/jupyter-widgets/ipyleaflet/stable?urlpath=lab%2Ftree%2Fexamples This will also open JupyterLab by default instead...
It would be nice to have the link to the `ipyleaflet` documentation also available on the GitHub home page, so it's easier to find and access: 
Got this error when showing the logs via `sonic-pi-tool logs`: ``` [Run 7, Time 497.6501] ├ cue :drum └ sync :lead => Starting run 35 => Thread :live_loop_drum exists: skipping...
### Problem I think this was already discussed somewhere else. Maybe not in an issue but probably at one of the JupyterLab weekly meetings. Since RTC has been available in...
At the moment `xeus` defaults to 10 entries for the history when `n` is not specified: https://github.com/QuantStack/xeus/blob/871cfd3993b63b725ef98a0a597ce534ac05e387/src/xhistory_manager.cpp#L40 To get the whole history at once, clients can pass a very high...
### Bug description Hey folks, Creating a new issue from several comments in https://github.com/jupyterhub/binderhub/issues/810#issuecomment-510020306 for better visibility. This is a summary of the issues encountered with a fresh BinderHub install...