-
### Case 1
```clojure
#_hello
(:hello world)|
```
_Drag sexp backwards_
```clojure
#_(:hello world)
hello
```
The same seems to happen in reverse with the above case (using drag…
-
`~/.emacs.d (master ✘)✹ ᐅ git submodule update --init --recursive
fatal: reference is not a tree: c01cea32b28eaec670249aa0221bbaf5f8266de0
Unable to checkout 'c01cea32b28eaec670249aa0221bbaf5f8266de0'…
-
- [ ] internalize in C for `gdal_raster_nativeRaster()` function
- [ ] explore relation to native buffers from image files for gdal
- [ ] compare performance
- [ ] add attributes to nativeRaste…
-
I am using a RStudio session on SSP Cloud to run a shiny app that launches long lasting python/scikit-learn jobs through reticulate. Tasks that take less than 1 hour get performed correctly. However,…
-
Investigate the following:
```
pcbnew.IO_MGR.Save(pcbnew.IO_MGR.KICAD_SEXP, _filename, board)
board = pcbnew.IO_MGR.Load(pcbnew.IO_MGR.KICAD_SEXP, filename)
```
-
Your code to convert between `f16` and `f64` is a bit opaque to me:
```
double sexp_half_to_double(unsigned short x) {
unsigned int e = (x&0x7C00)>>10,
m = (x&0x03FF)23;
return int_as_flo…
-
-
You mentioned that you were going to be implementing vim-sexp-mappings-for-regular-people binds at some point, which is awesome. I ended up having to do it myself manually with the smartparens api bec…
-
When we turn on pandas2ri.activate(), grid.unit gives an error. Here is the code.
This happens in rpy2 version 3.5.16, running in python 3.11.6
```python
from plotnine.data import mtcars
i…
-
No error is raised when the syntax in the source code passed to Ripper.sexp is incorrect:
```ruby
Ripper.sexp("1 +")
#=> nil
```
We should actually be getting this syntax error:
```
syntax …