-
## Expected behavior
In org mode, with **two words** in a pair and cursor inside (indicated as ^ in example)
```
The quick *^brown fox* jumps over the lazy dog.
```
running `sp-forward-barf-sexp`…
-
## Expected behavior
line before:
user_email => $u->{email},
then I insert a function call:
user_email => map2mail()$u->{email},
now I need to slurp the va…
-
`Core` chooses sexp, should we choose something alike so we can serialize data easily?
ghost updated
7 years ago
-
Org-roam-search is great work! Thanks a lot. I'd searched similar package for months.
I don't use doom, but straight.el, and I found that I couldn't install org-roam-search with the straight.el way…
yibie updated
2 years ago
-
```
Errored response: {'error': {'commit_id': 'a2b3a41ed8cf54bc8a304b2221bb7301496e708b', 'exn_name': 'Base__Exn.Sexp', 'exn': ['Yojson.Json_error("Line 1, bytes 65523-65524:\\nUnexpected end of input…
-
;;What is the theory of autolink? There could be a file extension type; to look the files up in the
;;templates file; then in the templates file, the field, the base directory, then either a regular…
-
## Steps to reproduce the problem
Have a script with `(ns ...)` at the top.
Define some variables with filler values.
Run `C-x C-e` on one of the variables.
The inf-clojure repl will report …
Inc0n updated
2 years ago
-
As part of a recent school project on database-driven web applications, I've decided to explore the OCaml web programming ecosystem, with Dream for the backend, Bonsai for the frontend, and a graphql …
-
When running received error
```
Running external solver boolector
boolector: :154:26: expected expression
Uncaught exception:
```
Upon investigation it appears Z3 is printing smtlib differently …
-
Opening Core_kernel or Base bring the type aliases `sexp_{list,bool,array,option}` to `{list,bool,array,option}` into scope, which infamously infect OCaml tooling (merlin, utop) and confuse newcomers…