Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
CIDER
We are on a mission to build the best interactive development environment for Clojure.
Collective -
Host: opensource -
https://opencollective.com/cider
- Website: https://cider.mx
- Code: https://github.com/clojure-emacs/cider
Fixes cider--find-var-other-window
github.com/clojure-emacs/cider - d5ba9b5c412e45b413d8434f9bad53ecaa36cb4a authored almost 6 years ago by Michael Griffiths <[email protected]>
As it stood, buffer would not scroll, even if you included a
`(goto-char (point-max))` call at t...
The result buffer might end up selected after it is displayed (depending on
configuration). Ensu...
github.com/clojure-emacs/cider - f606f2867d0c260ff5a9b1be85156192e3de75de authored almost 6 years ago by Michael Griffiths <[email protected]>
Fixes #2589.
github.com/clojure-emacs/cider - a6eab100bd307e09be8994bfbbae2fd598055c8f authored almost 6 years ago by Michael Griffiths <[email protected]>Add a line to docs telling people how to join the slack discussion
github.com/clojure-emacs/cider - ee550e5da2b1d0b74a07382c5b319586d144ff59 authored almost 6 years ago by dpsutton <[email protected]>github.com/clojure-emacs/cider - 66b8f8fdc3a553d533b233ba7a2ef20667d8859c authored almost 6 years ago by Jonathan Chen <[email protected]>
github.com/clojure-emacs/cider - 57c1992ac077378973e82ea37916ff528f136d6c authored almost 6 years ago by Jonathan Chen <[email protected]>
github.com/clojure-emacs/cider - e1e5163a1e5f2170f4ed05b527a454755677ab6f authored almost 6 years ago by Robert Nikander <[email protected]>
github.com/clojure-emacs/cider - 8c3ec41ac6529974eb034debf2b2890536426189 authored almost 6 years ago by Robert Nikander <[email protected]>
github.com/clojure-emacs/cider - 2b089d7ab0cdca2ec5574ae2b3eb22d79b244c32 authored almost 6 years ago by Michael Griffiths <[email protected]>
as docstring for cider-find-var states:
> A prefix of ‘-‘ or a double prefix argument causes th...
github.com/clojure-emacs/cider - ff971fbddfd3ab1f234e4d2b0975d2083fa2a6ae authored almost 6 years ago by Ag Ibragimov <[email protected]>Update to nREPL 0.6.0 / cider-nrepl 0.21.0
github.com/clojure-emacs/cider - 3c046a9d9a4b16c16d02ad8cefdec52c6eced189 authored almost 6 years ago by Michael Griffiths <[email protected]>github.com/clojure-emacs/cider - 7dd2ce152748af316556cbbecee01f5fa4b6eeff authored almost 6 years ago by Michael Griffiths <[email protected]>
The printed value is in the value slot, not the out or err slots. Accumulate the
result in the v...
Profiling shows that creating a new buffer each time is not free. It is also
unnecessary. Reuse ...
Profiling shows we end up performing a lot of allocations in this section of
code. Minimise stri...
github.com/clojure-emacs/cider - 17ae83ef4e59c2e5c498fd67455335a6a2848ad5 authored almost 6 years ago by Michael Griffiths <[email protected]>
* New options:
** cider-print-fn
** cider-print-options
** cider-print-quota
* Options made obs...
github.com/clojure-emacs/cider - cbbe6ff2d5cd2488c8a70778070738628f5725c9 authored almost 6 years ago by Michael Griffiths <[email protected]>
New option, cider-repl-init-code, is a list of strings of Clojure code to
evaluate when starting...
github.com/clojure-emacs/cider - b2965d4cfcabf477c36b7f4175605445ce8f94c6 authored almost 6 years ago by Michael Griffiths <[email protected]>
github.com/clojure-emacs/cider - 98013c82b3bbe120369ed2dfc8b6abf6f20f8a04 authored almost 6 years ago by Michael Griffiths <[email protected]>
github.com/clojure-emacs/cider - 06a62f3786e65a8bbcf8e04cc0f7b80ef80ce967 authored almost 6 years ago by Michael Griffiths <[email protected]>
Show the prefix when we emit any printed result. Don't show the prefix when we
emit rich content...
github.com/clojure-emacs/cider - e7d51f1ea207b07ded1ebd6bf39ccbe7610592ed authored almost 6 years ago by Michael Griffiths <[email protected]>
The behaviour of setting cider-repl-scroll-on-output to t is the same as setting
scroll-conserva...
github.com/clojure-emacs/cider - b515e99159f75ae4f92a9537573844502ad89172 authored almost 6 years ago by Michael Griffiths <[email protected]>
github.com/clojure-emacs/cider - a48af155d8acf64e7c3025146027ef2d62f1cc2e authored almost 6 years ago by Michael Griffiths <[email protected]>
We now no longer need to either manually fix up the input/prompt start markers,
or manually fix ...
github.com/clojure-emacs/cider - 0db9955c5924532e897509a1924b4d04939db34d authored almost 6 years ago by Michael Griffiths <[email protected]>
github.com/clojure-emacs/cider - f4441e7ad97b30490cb8442c764dcbb7c736e7a0 authored almost 6 years ago by Dieter Komendera <[email protected]>
github.com/clojure-emacs/cider - d29c59d9bc2bdc0f22cbd8c47dc4562af86c761e authored almost 6 years ago by Michael Griffiths <[email protected]>
github.com/clojure-emacs/cider - 26b3c7b7f0d99d9463bae6a7f4796f29a291a07e authored almost 6 years ago by Michael Griffiths <[email protected]>
* Use `file-truename` to relax the need for the given path to be absolute
* Only consider actual...
github.com/clojure-emacs/cider - 97b56ccf8af99d8a2fa9f24db7de37da99fc4560 authored almost 6 years ago by Michael Griffiths <[email protected]>
Previously this relied on `clojure-project-dir` from clojure-mode, but
tools.namespace will refr...
Fix values for `cider-preferred-build-tool` and `cider-allow-jack-in-without-project`
github.com/clojure-emacs/cider - b85848b1b840d6e1ca60817b2cf34788e688057e authored almost 6 years ago by Michael Griffiths <[email protected]>
The values for `cider-preferred-build-tool` were quoted, which resulted in the
variable getting ...
github.com/clojure-emacs/cider - ba2ca2ca4549398f93275f91c729e352434bf676 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - f090a91107fd1eca3f46bd7966a1d503ab3cbff2 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 702a60dfcdd11e7ec3104a7a6994be00fce7f200 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - cc2510cd5fd1624ca443241c23989fd11b0cd3c4 authored almost 6 years ago by ak-coram <[email protected]>
github.com/clojure-emacs/cider - c2bbfb1c64c84aa363738a1e1450bb6525643183 authored almost 6 years ago by ak-coram <[email protected]>
github.com/clojure-emacs/cider - 5944537d8bfcc263160abc351dcb3683175c4a26 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 279d26b34651c970024a1f1ea7ca4eef13f68ddd authored almost 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 71d616d7f72daf702cb1cc38ba0bf73e6b4017dc authored almost 6 years ago by David M. Lee <[email protected]>
github.com/clojure-emacs/cider - e78d6781c35d2da247a86d2526c82333082b5129 authored almost 6 years ago by Vitalie Spinu <[email protected]>
github.com/clojure-emacs/cider - 5435c67fd623b802b2521c52de5adc7694d2a119 authored almost 6 years ago by Vitalie Spinu <[email protected]>
github.com/clojure-emacs/cider - 581471a4ea0f0bfe1c39c01846e96dc6d38f4217 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - e178e7fa338a87550cab9aefe3502673de4a6354 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 746e4cadf8773814f9ead602e2a7e36048519c48 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
It's a bit lame that those headings appear in the sidebar, but
they make for nicer and more cons...
github.com/clojure-emacs/cider - 9c35c050f547abc9a3d19df9512752a1afed7653 authored almost 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 0adad1f92336afa8d9f2c0f84dc49c630f16b433 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 7520048638422c6bdd484ef76fbfd1497137b5a4 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 623c5c719cf4312f02a6e4fcc063581e98d5d2f8 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 53dd5d57adb4b557ad3993267e1fc5f1ffe5f764 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 1b9b9b21e2e15acb56dc6d2063a3abfc2c1848cb authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - e4968393caa31f55a47c20be4a96838419a4f36b authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - dad1743aa9864a401f7a0a44b8bbf8e60aa6e6a7 authored about 6 years ago by Bozhidar Batsov <[email protected]>
articles
github.com/clojure-emacs/cider - a15013141bd6faf9ee776c24e84b47e6699269f4 authored about 6 years ago by Bozhidar Batsov <[email protected]>github.com/clojure-emacs/cider - 93b3965638283f1a34bd29ff20a8b1dc932ad601 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - bae329a673114d84c34cc82aba969d1badf3e8b9 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - d97cbcaaa179f3cb3d85d0383a9065ad8499ad2a authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 34783f5551c656667c20217171179769a3bc6bc8 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - a9d2b552c67477e371eceae2c5698cdaae85483a authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - ecfea39a7f727ea8d607557a747d4f439422695b authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - ce7b55bac428474d8f15ac6150e79b26f15968ad authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - b4910ea263eaaf267eda130b8bbb6803d4016fcf authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 9e0ded64dfe3a0e16ecb3751080bf6091411e12d authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 188681f36dcee8bd69e50d5152bde9906c4b8e86 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 586bb17f349ea8b18e26f83f5d2dd858e0c9a84e authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 02edeea5ae63c089b3fdb756ab8f901b29e25a28 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - c67a889f4de58d0b26c71601c87b6e88933008f0 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - b97d9989bcb570444d7361ef541700c0b4a83625 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 06fa8fefc989dadafee96b9758784c25ef2dd898 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 53a7dd4f329b060ca52ec3d6ed5dd0add0078e5a authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 9409acfd8c41ae4c69474b68c46f2bffdc8a995c authored about 6 years ago by Ron DuPlain <[email protected]>
github.com/clojure-emacs/cider - 28a51bc3c028cd153aa241d1470dd46202acccd3 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 0d72bd35468552f4700fd25c91804e858e92db4b authored about 6 years ago by Derek Passen <[email protected]>
github.com/clojure-emacs/cider - 962559e3f3d34b7a3eab58139ae3fe6add9bfba4 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - cc44706c0094c1680059ef888cbdcc15a0167c79 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - d8f9b07dba4685b0272720dd0edaa8bcde507693 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 0c09c9bc2972c2b4917c8e3cf526de31e59cd619 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - da88f039f0924b34c2b779f6dfb3ed30736fc1fe authored about 6 years ago by Bozhidar Batsov <[email protected]>
Leiningen
github.com/clojure-emacs/cider - ec1536ea09f5d9c48b659ad918858ff14392e1ad authored about 6 years ago by Bozhidar Batsov <[email protected]>github.com/clojure-emacs/cider - d0e20d22fc4f97dcc4e05fba50de0ef99deda55a authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 988f6812244f9f94a0b9971619d9a2db4658c408 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 6f553fe03493a18a298f3184d47711c09f892b2d authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 25ae82af745dcfee84ae776545f7c15b21434b6e authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 70e4fda45bf2051eee8da2e96bf052b9e59d017c authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 91210f6866c8f034b956eac74694db8ea28d3b9a authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 556bd650c6e7cd584d337999cfc935c4e7845166 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 73c85bec1cd675a1afacec42c1330174447fd9a1 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 4242c6a54666cf6122de69edd1acb4b449910682 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - e9126342dc5bafbc5c43ef3c379e654a46fe08a7 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - 422f54f8d6e1439c5c973220a1016a874a9201d4 authored about 6 years ago by Bozhidar Batsov <[email protected]>
github.com/clojure-emacs/cider - b128cf9553fadf8e539cc8de0624e6bba33e9732 authored about 6 years ago by Bozhidar Batsov <[email protected]>
cider-stack-trade-fill-column ->
cider-stacktrace-fill-column
github.com/clojure-emacs/cider - 4e402d0bc3c274b077285039e1eb238d275c19c3 authored about 6 years ago by Bozhidar Batsov <[email protected]>