zalky

Results 9 issues of zalky

Hi, thanks for putting together this fantastic library! I've really loved working with sente so far and it has been a boon for development. I have a working implementation that...

question/usage

Hi, I have a custom conda home directory set according to the docs: ```elisp (setq conda-env-home-directory (expand-file-name "~/opt/anaconda3/")) ;; was this the old way? (custom-set-variables '(conda-anaconda-home "~/opt/anaconda3/")) ``` I'm on...

bug
question

## Expected behavior I'm trying to disable fuzzy matching, since it results in far too many candidates in medium to large projects. I've attempted to do so by both customizing...

Hi, thanks for all the work done on this excellent library! I'm wondering if there's a reason that the `Equiv` implementation in `cljs-time.extend` and `cljs-time.core/=` return different results? ```clj (require...

Running into an issue with `cljs-time.format/unparse-duration: ```clj cljs.user> (def prev (t/now)) #'cljs.user/prev cljs.user> (tf/unparse-duration (t/->period (t/interval prev (t/now)))) #error {:message "Months cannot be converted to millis", :data {:type :unsupported-operation}} Error:...

bug

Hi, I'm trying to install emacs-jupyter using `package-install` and when compiling emacs-zmq I am see the following error during the linking stage: ``` /bin/sh ./libtool --tag=CC --mode=link gcc -Ilibzmq/include -fvisibility=hidden...

## Expected behavior When working with list expressions in the minibuffer, if I have a set of parenthesis `()`, and the cursor is inside the expression, `sp-unwrap-sexp` should unwrap the...

Hi, I'm trying to display `fmin` progress by setting the `verbose=1` keyword argument of `fmin`. Unfortunately I don't see any output, though the trials complete successfully. I also didn't see...

Hi there, I just recently tried to generate source maps via the embedded compiler and the source maps that are being generated are different than what you get from CLI...