-
Per @vais request on gitter, I'll submit this as an issue. I'm looking for an interface to get the code and/or comments for a method (possibly other things, whole class, lambda's etc.), for use in op…
-
I tried to install the `jinx` module for Emacs, snap r2249, on Ubuntu 22.04.3 LTS. I have the libenchant2-2 and libenchant-2-dev apt packages installed, both version 2.3.2-1ubuntu2.
I started `emac…
-
```python
import numpy as np
import matplotlib.pyplot as plt
import spikeinterface.full as si # import core only
import spikeinterface.extractors as se
import spikeinterface.preprocessing as s…
-
The SMT-LIB2 parsing code in `What4.Protocol.SMTLib2` (`parseDefineFun`/`parseLambda`) is copy-pasted and adapted from `What4.Serialize.Parser`. Changes:
* `What4.Protocol.SExp.SExp` instead of `What…
-
## Expected behavior
Calling `sp-point-in-empty-sexp` in `"x"["]y"` should return `nil`
## Actual behavior
It returns `("\"" . "\"")`
## Steps to reproduce the problem
- `mv` your `.e…
-
## Expected Behavior
We should be able to execute test of [ppx_import](https://github.com/ocaml-ppx/ppx_import/tree/44c79bd97b7c8d901914baa7562174371ff5357d)
## Actual Behavior
We can't com…
-
Currently IonElement doesn't support creation from String that contain annotation & meta, it has to be created like this:
```
ionSexpOf(
ionSymbolOf("sexp"),
ionSexpOf(
ionSymbolOf("data"…
-
I faced this issue today: I have an R algorithm that should return a list of doubles. Whenever it returns a list that does contain NAs only, it will be decoded as a SexpArrayBool and .AsDoubles will r…
-
sp-forward-sexp does not treat '.' as part of a float in python-mode (and presumably some others as well). It works as expected in emacs-lisp-mode. I assume that this is because '.' is considered p…
-
### Describe the usage question you have. Please include as many useful details as possible.
Hello,
I'm trying to build bindings around a lib that expose std::shared_ptr to R scripts.
Is ther…