Javier Pedemonte

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

incomplete
libdef

**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** ![Screen Shot 2020-07-21 at 4 22 37 PM](https://user-images.githubusercontent.com/711365/88108464-7bad0880-cb6e-11ea-88bc-250373709c57.png) ![Screen Shot 2020-07-21 at 4 22 53 PM](https://user-images.githubusercontent.com/711365/88108466-7cde3580-cb6e-11ea-9c10-40f665bba074.png) **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....

dependency

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

enhancement
low

... in **test_plotting_libs.ipynb**. If I change the installation to `!pip install bokeh=0.11.1`, then it works as expected.

dependency

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

dependency

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

type: enhancement
triaged
E2E