Jeremy Tuloup

Results 481 issues of 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.

enhancement

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.

enhancement

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 ![image](https://user-images.githubusercontent.com/591645/179918241-d421529b-df7f-4174-a599-7e87a3598f48.png) https://github.com/jupyter-widgets/ipyleaflet/blob/master/examples/LayerGroup.ipynb ![image](https://user-images.githubusercontent.com/591645/179919547-a2fda913-62d6-41ac-9705-2471e37311fe.png)

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: ![image](https://user-images.githubusercontent.com/591645/165518851-c6105e1a-eaca-46b8-b2db-2d8fc22eb81d.png)

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...

bug

### 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...

enhancement

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...

bug