Michał Krassowski

Results 371 issues of Michał Krassowski

Should fix #315. This does not solve all issues: the markdown headers are not at the proper level (as it appears to me), spurrious warnings get raised, etc (see screenshot)....

**Describe the bug** `TypeError: this.handleFetchCorrPlotImage is not a function` bug shows up. **To Reproduce** Steps to reproduce the behaviour: 1. Run SIMON with `svmLinear` and `naive_bayes` with default options +...

Closes #454. - [x] Added offset when handling positions in docstrings (same as for the start coordinates) - [x] Added test for the offset handling, conditional on Python >= 3.8\...

I learned over at https://github.com/krassowski/jupyterlab-lsp/issues/518 that extension authors should not only test the installation of federated extension, but the source version too and do it in a clean environment (without...

## Description Following the reproduction instructions from https://github.com/jupyterlab/jupyterlab/issues/10859 (plus adding `__init__.py`) I narrowed down the issue to the following API call failure: ``` # does NOT work http://localhost:8891/api/contents/metrics/metrics.py?format=text&type=file&content=1&1629221227894 ``` whereas...

bug

This is a proposal to implement `completionItem/resolve` in order to improve the speed of completions; the need to resolve `documentation` dynamically was confirmed by profiling in #826. The idea is...

If I rename a function or variable in a document which contains a SytnaxError (or IndentationError, or anything else which causes the document not to be a valid Python source...

Several issues point out that the current flex style prevents proper control of the content in sidecar, #6, #25. I have expected `Sidecar(title='', layout={'overflow': 'auto'})` to work as `Sidecar` inherits...

I was thinking about adding [Integrative pathway enrichment analysis of multivariate omics data](https://doi.org/10.1038/s41467-019-13983-9) by Paczkowska et al from the recent PCAWG release. > 2020 - Paczkowska - [Integrative pathway enrichment...

Just heads up from testing a PR on JupyterLab with "XPython Raw", which fails on representation of `pandas.DataFrame` class (instances work, classes fail with): ```python TypeError: _repr_html_() missing 1 required...