Sam Steingold

Results 38 issues of Sam Steingold

according to [@dickmao](https://github.com/dickmao) in https://github.com/tkf/emacs-request/issues/193#issuecomment-728884166, the bug described in https://github.com/tkf/emacs-request/issues/193 and https://github.com/millejoh/emacs-ipython-notebook/issues/754 is coming from `websocket`. Please let me know if I could be of any assistance in debugging. thank...

``` GNU Emacs 29.1 (build 2, x86_64-w64-mingw32) of 2023-07-30 EIN version is 20230622.1757 ``` notebooklist buffer starts with `Contents API 5` Notebook in Emacs: ``` In [1]: %load_ext autotime In...

When I try to save a notebook, I get this error: ``` Debugger entered--Lisp error: (args-out-of-range #

with [`%matplotlib`](https://docs.wradlib.org/en/stable/notebooks/python/mplintro.html) and [`ein:output-area-inlined-images` set to `nil`](https://github.com/millejoh/emacs-ipython-notebook/issues/685), the matplotlib images are supposed to be created in an outside window. The window is created but it is not responding and does...

I am seeing the above message in the echo area. I killed all ein notebook buffers. how do I stop this? ```cl ("EIN system info" :emacs-version "GNU Emacs 29.0.50 (build...

I have a file `test.py` with the following code: ```python import collections class Cnt(collections.namedtuple("cnt",["c"])): def __str__(self): return f"" ``` and a notebook with the following code: ``` In [1]: %load_ext...

### Steps to reproduce 1. Create file `z.py` ```python a = None while True: if a is None or a["1"] == 0: a = {"1": 1} else: break print("Done") ```...

Enhancement ✨
Help wanted 🙏
Control flow
High priority
Hacktoberfest
Needs PR
Needs astroid constraint

### Description / Steps to reproduce the issue `pwd -W` outputs the current directory in windows format that native emacs builds understand. `dirs` does not support that option which leads...

bug

### Description / Steps to reproduce the issue create a test file: ``` \documentclass[11pt]{article} \title{Test} \author{Sam Steingold} \begin{document} \section{Summary} \subsection{list} \begin{itemize} \item the \emph{largest} --- \item the \emph{smallest} --- \item...

bug

When I hit `C-c C-c`, the buffer is killed even if the browser tab which started the edit is already gone. I lost my work many times this way. It...