firai

Results 79 comments of firai

I'm glad that this is being explored! Especially since `pandas` 3.0 could still add a hard dependency on `pyarrow` (seems to be their current plan unless the new PDEP delaying...

After looking into this further, in order to implement option 2, it seems like another `addEventListener()` needs to be added around https://github.com/jupyterlab/lumino/blob/20cf366a88028ca763eb80241bd1226c936f454e/packages/application/src/index.ts#L359, so that one event listener has `useCapture` (the...

@gabalafou @krassowski Would it be possible for you to give more pointers on how option 2 could be implemented? Is what I said above in line with what you're thinking,...

Firefox has added support for `hidden=until-found` in [v139 beta](https://www.mozilla.org/en-US/firefox/139.0beta/releasenotes/). Barring something going wrong, it should ship with v139 at the end of the month. Edit: Firefox 139 has shipped, and...

Looking at the ex prompt with the browser inspector, it seems like the panel is themed with CodeMirror mechanisms, and it doesn't seem like `codemirror-vim` is introducing any custom CSS...

I understand that the `defer` option behaves properly if JL is opened with this option already selected. I'm wondering if the note below the setting just needs to ask the...

I know that the Edge print preview dialog may not be the best because it's shown an overlay within the control, but you should be able to show a print...

I can't replicate this with jupyterlab 4.2.3, jupyterlab-vim 4.1.3 and Firefox 127.0.2 on Windows. What browser plugins do you have installed? Can you try upgrading jupyterlab?

I'll close this for now since there wasn't a response. Please reopen with the requested details or open a new issue with additional details if you're still experiencing this issue.

This would need to be implemented [upstream](https://github.com/replit/codemirror-vim), which seems to have hardcoded "ignore case" and "smart case" options. The upstream environment can be tested at https://raw.githack.com/replit/codemirror-vim/master/dev/web-demo.html. Can you please post...