Michał Krassowski

Results 398 issues of Michał Krassowski

I have a number of Electron apps installed (e.g. Signal, VS Code) and in all of them I am able to right-click to get system context menu on the title...

bug

In 3.5.1-1 pressing F11 enters the full screen mode but the title bar stays on.

bug

This can be fixed by using `font: caption` as per https://css-tricks.com/font-caption/ over current https://github.com/jupyterlab/jupyterlab-desktop/blob/86119463346d155414ed37ec552286918b31f664/src/main/titlebarview/titlebar.html#L19C23-L21 which appears to attempt to normalise to system font but is missing `system-ui` which causes problems...

bug

Once finished could fix https://github.com/executablebooks/MyST-NB/issues/310 This an draft to demonstrate changes which may be beneficial upstream. This PR depends on update of myst-parser to 1.0 as it uses new `_heading_slugs`...

During jupyter-server meeting we discussed the possibility of enabling the frontends to ask for and receive the content from the kernel. This is distinct from the current contents manager APIs...

Addresses https://github.com/jupyter-server/jupyter_server/issues/1280 Sibling PR to https://github.com/jupyter-server/jupyter_server/pull/1331 Allow providers to acknowledge ownership of the files and provide a fully resolved path. Implements resolution for the local provisioner.

I think this may not be required, but apologies if it is. This currently renders as-is in the docs: ![Screenshot from 2023-08-31 20-50-21](https://github.com/jupyter/jupyter_client/assets/5832902/e43cf5c9-e1fa-47dd-a302-f2c6698e8a3d) I believe jupyter-releaser uses `` markers, so...

`history_request` is currently described as not in use in the main notebook interface and says that some options may be removed in the future (in a note added 7 years...

I encountered a somewhat confusing behaviour in https://github.com/python-lsp/python-lsp-server/issues/439 were I observe that the hook implementation default arguments always take precedence over the values passed to the hook at runtime. This...

Time (https://github.com/jupyterlab/extension-cookiecutter-ts/issues/221) and again (https://github.com/jupyter-server/jupyter_releaser/issues/474) and again (https://github.com/jupyterlab/extension-cookiecutter-ts/issues/258) the CI workflows generated by cookiecutter turn out to be broken. This is not a good experience for new extension authors, and...

bug