sternj

Results 31 issues of sternj

Hi all, I just did a `doom upgrade` and I've stopped being able to use jupyter-python in org mode. The error that I get is ``` org-babel-execute-src-block: No org-babel-execute function...

Hi all, I'm receiving the above error. I am using the function in the following block in my `config.el` in Doom: ```lisp (after! org (setq org-directory "~/Documents/org/") (setq org-roam-directory "~/Documents/org/roam/")...

### I confirm that... - [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [X] I have read...

is:bug
needs-triage

Does Mailtrain have any capacity to either receive or forward emails?

I received the following error: ``` github.com/juruen/rmapi/archive.(*Zip).readPagedata(0xc00035e800, 0xc0001800f8?) /home/runner/work/rmapi/rmapi/archive/reader.go:144 +0x2fd github.com/juruen/rmapi/archive.(*Zip).Read(0xc00035e800, {0x168cfe0?, 0xc0001800f8?}, 0xc0003314b8?) /home/runner/work/rmapi/rmapi/archive/reader.go:47 +0xa5 github.com/juruen/rmapi/annotations.(*PdfGenerator).Generate(0xc0003319b8) /home/runner/work/rmapi/rmapi/annotations/pdf.go:64 +0xf6 github.com/juruen/rmapi/shell.getACmd.func1(0xc00018a750) /home/runner/work/rmapi/rmapi/shell/geta.go:57 +0x6ae github.com/abiosoft/ishell.(*Shell).handleCommand(0xc0002240f0, {0xc00031ab60, 0x2, 0x2}) /home/runner/go/pkg/mod/github.com/abiosoft/[email protected]+incompatible/ishell.go:250 +0xec github.com/abiosoft/ishell.handleInput(0xc0002240f0, {0xc00031ab60,...

Running `monkeytype run lanaro_particle.py` and then `monkeytype apply extracted_evolve_python` (also happens with `stub`) on [this gist](https://gist.github.com/sternj/a700abde015dcfe78bf58ea7b43cd3e5), I get a silent failure, which warns `WARNING: Failed decoding trace: Module '__main__' has...

Running `monkeytype run NumPyCNN.py; monkeytype apply extracted_conv_` [on this gist](https://gist.github.com/sternj/d56c3f347ecef9206f7d91646ff1ac60) produces irregular imports, which look like this: ```python def extracted_conv_(filter_size: int, img: from typing import TYPE_CHECKING numpy.ndarray,conv_filter: from typing import...

bug

`frame.f_lineno` can be `None` in limited circumstances in Python 3.10 as documented [here](https://github.com/GoogleCloudPlatform/cloud-profiler-python/issues/124). This can cause an issue in the Statistical profiler, as the line `max(self.line_dict)` can error out in...

PR being created to run smoketests

I'd like to add a geometric mean primitive to [Insect](https://github.com/sharkdp/insect) and this seems like the first step! I've never seen Purescript before now so this is probably going to be...