jaide (formerly eccentric-j)

Results 46 issues of jaide (formerly eccentric-j)

Hello space travelers, We would like to know if you have any interest in VIM mode and providing some feedback so we can deliver a strong feature set and cover...

help wanted
question
community-feedback

There's quite a lot of async code in this library. Currently, it's managed with callbacks, but we all know how much fun those are, especially if you come from node....

develop
todo

# Reproduction 1. Press cmd-space j or cmd-space w cmd+j ## Expected The command should run immediately and the alert window should close immediately ## Actual Those commands take a...

develop

Updated removed jszip dep from package.json

# REPRODUCTION 1. Clone the perun repo 2. cd into `examples/blog` 3. Run `boot build` ## EXPECTED - atom.xml should be produced using the `:original` keyword as a filterer ##...

bug

Added dual mode feature showing both absolute line numbers next to the relative line numbers. ![screen shot 2018-03-15 at 3 02 27 pm](https://user-images.githubusercontent.com/590297/37485526-165a7870-2862-11e8-91c6-eaa6fb21dcf4.png) Let me know if you there's anything...

**Is your feature request related to a problem? Please describe.** - The nrepl-server is very noisy echoing everything sent to it and every response message. If the nrepl-server's API is...

**Is your feature request related to a problem? Please describe.** It's not a high-priority but would get value out of having more cider-nrepl middleware ported over. **Describe the solution you'd...

## Bug description Trying to create some bindings to recreate the use of forge to manage pull-requests. Reading the docs suggests triggerKey should do the job. If I bind it...

enhancement

# Features - Filters out noisy Cursive messages - Filters out noisy proto-repl messages ## Testing 1. Create a test directory like test/deps-test ```clj {:aliases {:nrepl {:extra-deps {nrepl/nrepl {:mvn/version "0.4.5"}...