excalamus

Results 6 issues of excalamus

## Expected behavior Generate an info file ## Actual behavior ```sh (virtualenv) user@LAPTOP-MN6L48C1:~/smartparens/docs$ python -V Python 2.7.17 (virtualenv) user@LAPTOP-MN6L48C1:~/smartparens/docs$ pip list DEPRECATION: Python 2.7 reached the end of its life...

wontfix

According to #257, Windows is not supported. I had mistakenly assumed it was since I saw Azure and DOS references. It doesn't seem like system requirements are indicated anywhere on...

What is the basic setup? I have done the following: 1. Install the latest `dap-mode` (cbe6549) via [`straight`](https://github.com/raxod502/straight.el): ```lisp (use-package dap-mode :config (require 'dap-python) (setq dap-python-debugger 'debugpy) ) ``` 2....

Based on #401

dependencies

I saw your post on [Hacker News](https://news.ycombinator.com/item?id=30312812), linked from [Emacs News](https://sachachua.com/blog/2022/02/2022-02-14-emacs-news/). I could not find your email. I don't use HN much, Twitter at all, and try to stay away...

Previously, the command would dispatch regardless of the OpenGL status. In cases where OpenGL was unavailable, the process would continue, start the client, and then run into an OpenGL error....