bo-tato

Results 31 issues of bo-tato

## Expected behavior On this code `(println (+ 1 (* 2 3)))` with the cursor anywhere in (* 2 3) we expect to eval 6, as I understand from: https://github.com/clojure-emacs/cider/pull/2881...

The docstring says `Add a dependency to the project.clj file.` so I thought it will only support lein, but I tried it on my deps.edn project and was pleasantly surprised...

after `rvm install ruby-3.2.2` and then `rvm docs generate all` I am missing documentation for the standard library, ie `ri Hash` returns `Nothing known about Hash`. There is no error...

with problem 100 https://4clojure.oxal.org/#/problem/100 when I run my solution locally I get all tests passing but on the site only 2/5 pass when I submit any of the solutions from...

Using Mash.load on untrusted input is insecure, as it calls `ERB.new`, which will execute arbitrary ruby code. This might seem obvious as the example in the documentation shows using ERB,...

confirmed bug
new feature
discuss!
documentation

html numeric special characters can be hex encoded like `'` I added code to handle it, I'm new at elisp so I don't know if it's the cleanest way

thanks for making polished website with good material to get started. Sorry if this is a beginner misunderstanding and not a real issue, but I think the reduce example is...

eros--make-result-overlay calls backward-sexp which calls (forward-sexp -1) whose documentation says: > If unable to move over a sexp, signal scan-error with three arguments: ... This means when you try to...

when `url-user-agent` is nil, dash-docs-install-docset gives the error: ``` dash-docs-read-json-from-url: JSON readtable error: 82 ``` As github is returning 403 forbidden for requests that don't contain a user agent. Maybe...

This is a really impressive library, my simple usecase was covered nicely by the do-times macro, but it is a private symbol I found digging in the source. The map-times,...