jaide (formerly eccentric-j)
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...
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....
# 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...
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 ##...
Added dual mode feature showing both absolute line numbers next to the relative line numbers.  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...
# 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"}...