yuhan0

Results 35 issues of yuhan0

An Ubergraph exposes the hash map interface, however the implementation of clojure.core map functions only allows for a closed set of keys and turns everything else into a no-op: https://github.com/Engelberg/ubergraph/blob/45553acb8d6ff6c0f1dbde4b27eec874b9b3a7bc/src/ubergraph/core.clj#L228...

First part of proposed changes in https://github.com/Engelberg/ubergraph/issues/53#issuecomment-547160110, adding graph metadata that does not affect hashing and equality

In symbolic or mathematical code the single quote `'` character is commonly used at the end of a symbol as a substitute for the prime mark `′`. This is of...

`lispy-clojure` appears to be pre-processing forms to be evaluated, which causes unexpected behaviors: ### let bindings escaping into "global namespace" This is probably the most serious of these issues and...

In the following definition: ```elisp (defun foo (arg) (do-something-with arg) ;; this shadows the original arg (let ((arg new-binding)) (do-something-else arg)) (mapcar ;; this too (lambda (arg) nil) ())) ```...

This is partly an issue report and partly showing the current state of my edits for discussion. Not suitable for merging as-is. This change allows for java class constructors to...

See discussion in #12 Add a 1-argument arity to the following functions, which returns a transducer consuming and producing a sequence of [key value] map-entry pairs, and can be used...

## Expected behavior I'm not sure what this variable is meant to be, but it shouldn't be constantly growing in size and taking up memory. ## Actual behavior The buffer-local...

bug

## Expected behavior Sets should be displayed as `#{...}` in the spec browser ## Actual behavior They are displayed as lists: `(...)` I believe this is a manifestation of a...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** I usually want to call commands like `cider-inspect`, and `cider-macroexpand` with my cursor point at the beginning or middle of...

enhancement
pinned