-
### Installation Method
Docker Installation
### AzuraCast Release Channel
Stable Channel
### Current AzuraCast Version
v0.20.2 Stable • Docker • PHP 8.3
### What happened?
enabled autodj and a…
-
Would it be feasible to extend `-let` to support binding to object slots? So e.g. instead of
```el
(let ((typers (oref room :typers))
(name (oref room :room-name))
(topic (oref room :…
-
When running the following code in an IPython console with python 3.9.15 and rpy2 version 3.5.11 I get a ValueError.
```
import rpy2.robjects as ro
from rpy2.robjects.packages import importr
impor…
Nin17 updated
6 months ago
-
I'm currently looking at releasing a `sexp` command line tool that we developed a long time ago at Jane Street. The build of this tool uses an `embed-file` tool that we developed as well. I looked at…
ghost updated
2 years ago
-
My emacs muscle fired up the other day and I accidentally typed `C-M-f` which is not supported by gosh. Moving by sexp would make the editing experience much better. Though the problem is parsing (esp…
-
Recently, editing PHP files in emacs has become rather frustrating. It seems that at any point I could end up with an backtrace like the following one I got when I tried to close the parens:
```
De…
-
`org-mode` itself supports repeaters:
``
and diary-style sexps:
`` (all supported formats are described in [docs](https://orgmode.org/manual/Timestamps.html)).
However, it seems to me that `org-…
-
The documentation says:
### Symbol Registration
> If you've opted to disable dynamic symbol lookup in your package, then you'll need to explicitly export a symbol in your package that testthat can us…
-
## Expected behavior
`cider-load-buffer` should report any top-level exceptions
## Actual behavior
`eval-last-sexp` on e.g. `(cons 1 2)` will correctly report an error, while `cider-load-buff…
-
I find lispy-tab super useful, but it's mapping to Evil is not obvious since it serves both for folding (usually TAB) and for indenting (usually `=`).
The indentation part is done by `lispy--normal…