Michał Krassowski

Results 392 issues of Michał Krassowski

Related to #16. I totally forgot that I had this solution implemented locally, probably months ago when I faced #16 in my work. Anyways, this may or may not be...

enhancement

Fixes #2. This is breaking in the sense that passing `collection=[...]` will no longer work. Ideally it would be rewritten to: - use `inspect` module to get func signature -...

## Elevator Pitch LSP specifies a colour support capability which can be implemented as a [textDocument/documentColor](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentColor) request. Quite a few language servers (CSS/R) support it well already. ## Motivation This...

enhancement

First off, thanks for devolving this adapter, it's very useful! I am getting following error when trying to set-up the example from README: ```ts Type "LspWsConnection" is not assignable to...

and remove it on notebook closure

enhancement

As suggested by a mod of [r/pythoncoding](https://www.reddit.com/r/pythoncoding), it might be a good idea to make use of data classes as defined in recently accepted [PEP 557](https://www.python.org/dev/peps/pep-0557/). I would like to...

enhancement
python-3.7

Recently accepted [PEP 563](https://www.python.org/dev/peps/pep-0563/) paved the way for a more convenient way of creating self-referential annotations; it will be achieved by storing annotations as strings, so those will be only...

enhancement
python-3.7

I originally designed the extension to handle manually inserted citations using data attributes of ``, but this had to postponed until later due to more urgent issues. It might be...

It would be great to integrate with jupyterlab-latex nicely https://github.com/jupyterlab/jupyterlab-latex.

Closes #7. TODO: - [ ] BLOCKER: cannot add multiple citations for the same item; this is because citeproc requires unique IDs; need to either (a) change the format to...