yuhan0

Results 35 issues of yuhan0

From what I gather, one of the primary uses of this tool is to automate the conversion of existing Lein projects into deps.edn formats. However, it does not have a...

According to the docstring of `bicycle-cycle-global`: > TOC: Show all headings, without treating top-level code blocks as sections. and `bicycle-cycle-local`, > CHILDREN: Show the current heading and recursively those of...

## Expected behavior [EDN](https://github.com/edn-format/edn) is a plain data format, and its syntax is a subset of Clojure's (eg. no regex / #() function literals). Should we have a lightweight `edn-mode`...

help wanted
feature request

Support for https://github.com/clojure-emacs/cider-nrepl/pull/772 A quick PR without the proper changelogs / updates to manual, etc. Changes untested after being rebased on master branch, but I've been dogfooding them on a...

Context: https://clojurians.slack.com/archives/C0617A8PQ/p1687640686417379 As discussed on Slack, a naive clj-only implementation of a feature which allows the user to skip `cider-connect` prompts asking for the hostname and port. The intended usage...

## Context from #3343: > > About cider-enable-on-all-existing-clojure-buffers, I'm unconvinced why this function exists at all? Cider users should already have it added to their clojure-mode-hook, otherwise it seems intrusive...

good first issue

As pointed out in https://github.com/Wilfred/helpful/issues/197#issuecomment-1030905340, when a docstring contains a quoted string, the contents of that string should already be double-escaped such that its printed representation is correctly escaped (and...

### Minimal repro: Start a deps.edn project: ```clojure {:paths ["src"] :deps {io.github.nextjournal/clerk {:mvn/version "0.15.957"}}} ``` Start a repl and Clerk server, then `show!` the following `src/repro.clj` file ```clojure (ns repro...

bug

I've noticed that when both Calva and Cider are connected to the same nREPL server, attempting to eval a #dbg tagged form in Emacs causes Calva to take over control...

debugger