Tim Loderhose

Results 16 issues of Tim Loderhose

I notice that sometimes the REPL hangs at `Kernel busy` even though the command I executed is finished. This happens only when `jupyter-repl-interaction-mode` is turned on. I was able to...

In long org-files with much code, there may be quite a few blocks that need to run, but don't contain results. For better flow when reading, I want to remove...

Hi, When using [emacs-tree-sitter](https://github.com/emacs-tree-sitter/elisp-tree-sitter) globally (`global-tree-sitter-mode`), there is no syntax highlighting in `jupyter-repl-mode`. I believe the reason lies in `jupyter-repl-initialize-fontification` - `font-lock-defaults` without tree-sitter has this section (sorry about the...

I cannot interrupt remote kernels. When interrupting a busy kernel, I do get `Interrupting kernel`, but the interrupt never terminates. If I try to send any command after the signal,...

Pandas 1.4 currently requires pyarrow 1.0.1 (released August 2020). This issue is about discussing an update to the required pyarrow version, as suggested in #47781. https://github.com/pandas-dev/pandas/pull/47781 implements a performance improvement...

Instead of converting each chunk to a StringArray after casting to array and then concatenating, instead use pyarrow to concatenate chunks and convert to numpy. Finally, bypass validation logic (unneeded...

Performance
Strings
Arrow

Same, but slightly updated, content as #505, merging onto master with suggested changes: This PR adds a checkbox on the filters/triggers watch edit page which, when ticked, copies the settings...

Hi, I've been using emacs-tree-sitter for Python highlighting for a couple of months now, and am very happy with it - thanks! I develop a lot with `org-babel` and `emacs-jupyter`,...

See https://github.com/nnicandro/emacs-jupyter/issues/366. On Emacs 27.1, with org 9.4.6+ (also tried at 9.5.1) - output of src blocks is not fontified if `org-superstar` is loaded (the problem persists even when turning...

bug

## 🚀 Feature Currently, `update_padded` only exists as an out-of-place operation which shallow copies attributes onto a new object. It would be nice to have an in-place version that just...

enhancement