Javier Pedemonte
Javier Pedemonte
Not sure if it's an issue with the `apollo-client` libdef or with Flow itself, but with latest code (after PR #2172 I think) I get the error `Cannot call this._apolloClient.query...
**Logs and screenshots** **Versions** - What is this plugin's version? **latest** - If the plugin worked before in version X, but stopped after upgrading to version Y, please try the...
**Describe the bug** The code specifically sets `nyc`'s `tempDir` to `.nyc_output/`, ignoring the setting of `temp-dir` in the `nyc` config. - Code that sets to `.nyc_output`: https://github.com/cypress-io/code-coverage/blob/70f804f1f4e8b5ece865fa11979b8e84a2721d7a/task.js#L19-L23 - Code that...
**Logs and screenshots**   **Versions** - What is this plugin's version? If this is NOT...
https://github.com/troolee/gridstack.js/issues/238 https://github.com/troolee/gridstack.js/issues/216 Currently, Gridstack allows us to pass an option to `remove_widget()` so that the DOM node isn't removed from the container, but `add_widget()` and `destroy()` don't have those options....
Currently, doing `channel('foo').watch('baz', ...)` will only work for the last such call with that combination of channel name and variable strings (last one wins). The API should allow multiple such...
... in **test_plotting_libs.ipynb**. If I change the installation to `!pip install bokeh=0.11.1`, then it works as expected.
Jupyterlab v0.1.2 contains significant changes that affect us. I've got most of it working in PR #275, everything except **matplotlib**. matplotlib isn't officially supported yet by Jupyterlab, but we have...
Needed to properly build Jupyterlab 0.1.2 **Tasks:** - [x] Update our code to latest API changes in Jupyterlab (renderers, RenderMime, etc) - [x] Update to _jupyter-js-services_ v0.17.0 (what is being...
**Logs and screenshots** Here's the end of the log for one of my tests (as stylized by Firefox): Each of those "request combineCoverage" lines are **huge**. **Versions** - What is...