Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

nREPL

A common foundation for Clojure Tooling
Collective - Host: opensource - https://opencollective.com/nrepl - Website: https://nrepl.org - Code: https://github.com/nrepl

Spell out the use of 127.0.0.1 everywhere explicitly

This avoids some unexpected scenarios where localhost might resolve
to ::1 and some ipv4-only cl...

github.com/nrepl/nrepl - 259bbd2ec424805e9d43b833aab3178f6a54b67e authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update .gitignore

github.com/nrepl/drawbridge - b5eaf68ee677eba0ac5abb8367ca0325b3e70195 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the deps

github.com/nrepl/drawbridge - 75bb38e936e402e0539a9e01f92d9f7b99e08a3d authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the README

github.com/nrepl/lein-nrepl - 06f4734e419f1f54296c0d3cb553739429ade4c9 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.3.1

github.com/nrepl/lein-nrepl - bec0374374c8eb27ca6f491c5fe83d493b48e25e authored about 6 years ago by Bozhidar Batsov <[email protected]>
Make logo in README @2x (#72)

github.com/nrepl/nrepl - 59aa9d34165a30fd0bebeb0189397ce69dbc62f1 authored about 6 years ago by Nikita Prokopov <[email protected]>
Fix REPL-y hanging after quit

This approach was taken from leiningen.

https://github.com/technomancy/leiningen/blob/454c3dc64...

github.com/nrepl/lein-nrepl - ebbd2f51535eda78fbc18773c8ff04220a5319e0 authored about 6 years ago by Dominic Monroe <[email protected]>
Release 0.1.5

github.com/nrepl/drawbridge - 8e00f5e23da1b08ec24e5c0202de8e48a66b91f2 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Import FnTransport type in client

github.com/nrepl/drawbridge - 893f18a175194aa2c2c4696649d3484edd7c6fdf authored about 6 years ago by tijsmallaerts <[email protected]>
Use FnTransport constructor function

github.com/nrepl/drawbridge - ba7590a2003a06eb82fc71c5033bdc0b549ea1e7 authored about 6 years ago by tijsmallaerts <[email protected]>
Make it possible to start the server via clj with any transport

github.com/nrepl/nrepl - 4f9734b9d4eceae299deaf06caec7d8997fa84be authored about 6 years ago by Bozhidar Batsov <[email protected]>
Introduce the nrepl.config ns

If you have .nrepl-config.edn in the folder you invoke nREPL from
it will take precedence over w...

github.com/nrepl/nrepl - 9129bf62c02536d5b7259b9bc6bd4b52bea157fa authored about 6 years ago by Bozhidar Batsov <[email protected]>
[#56] Bind the server to 127.0.0.1 by default

This avoid a dependency on the order of the localhost records in
/etc/hosts. Normally first ther...

github.com/nrepl/nrepl - c6b13289c332f403e01fed22fbf0e2d3be53aa93 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Tweak a docstring

github.com/nrepl/drawbridge - f91db9ad9fac1af16fcd337051115ae8ff18c414 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.1.4

github.com/nrepl/drawbridge - b82bfafb24aa6982db2bf12d592b6b1964c39227 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Bump the nREPL dep

github.com/nrepl/drawbridge - 60d44c841c04554218ffd60cb05e8ef3abb77c59 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Tweak the README layout a bit

github.com/nrepl/nrepl - 36de2081bada24d46474f75eb214ed107cb3ee18 authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #28] Move back to FnTransport for transport creation

github.com/nrepl/drawbridge - e8a8228df994d666c67de258e6f4d7458265d032 authored about 6 years ago by tijsmallaerts <[email protected]>
Show the new logo to the world!

github.com/nrepl/nrepl - eb883ec4bf7cf6840fad285a2b442a8fd88a61e3 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Logo (closes #30)

github.com/nrepl/nrepl - 32811cde2e0cb4d2c1e6b7c9bd20c22f06505940 authored about 6 years ago by Nikita Prokopov <[email protected]>
Cut 0.3.0

github.com/nrepl/lein-nrepl - 96c9921d76dcda1653a379ff208b764c7dc6ae79 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Document the :headless option

github.com/nrepl/lein-nrepl - 72afd4679cf0f62efe69e764c217ca402cf76929 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Bump the nREPL dep

github.com/nrepl/lein-nrepl - b313862b8b124e42d05824275199bcd7a19afa91 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add REPLy integration

This will be quite familiar to `lein repl` users.

github.com/nrepl/lein-nrepl - a81e55e4e3e4617e2522b8c206bbaad0e755eb6b authored about 6 years ago by Bozhidar Batsov <[email protected]>
Remove duplicate alias to nrepl in client

github.com/nrepl/drawbridge - 2b16caa419b173904ec302711d0e7fb16990b63d authored about 6 years ago by tijsmallaerts <[email protected]>
[Fix #68] Avoid illegal access warning in set-line! of interruptible-eval

github.com/nrepl/nrepl - 0799465734207b36a1bada9f0ea3ad1ca695e4ee authored about 6 years ago by tijsmallaerts <[email protected]>
Remove placeholder documentation file

github.com/nrepl/bencode - 59d5b0479475e0f23e4eb8279f68a1212dce5605 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the changelog

github.com/nrepl/bencode - 80b84c7fddef7d3ae64e402d4cd73c36dcd82d44 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Tweak the README

github.com/nrepl/bencode - e8d6ea4643b7454ab4a2f3fb58144825da78a5f0 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add a cljdoc badge

github.com/nrepl/bencode - 546668a604f01b712b96b60604ce8953e4e48009 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Use the right syntax for a literal block

Obviously that's not shell code and I still don't know enough
AsciiDoc. :-)

github.com/nrepl/nrepl - ff70f1e4cac4ee72cdaba1d95f1216640c84e572 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Use inline images instead of block images

github.com/nrepl/drawbridge - 941403588c1cde61f8041f4de82ed53bea837590 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Touch up the previous commit

github.com/nrepl/nrepl - ea97142988d30fb2fc2c06f4d493393f239dba79 authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #33] Add ability to change value of *print-namespace-maps*

github.com/nrepl/nrepl - f3bfecd63c8be20423aebd22207188b818948fc3 authored about 6 years ago by tijsmallaerts <[email protected]>
Tweak a couple of docstrings

github.com/nrepl/nrepl - 7af75975fed81baeebe0de4d8c87f3f96ae81534 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Regenerate the site

github.com/nrepl/nrepl.org - c3b90087dabd2869ecf23b9ae53e0698b2d0e892 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add an article to the list of external resources

github.com/nrepl/nrepl - 4380d466b68b7609fa0feeedf2e193047648df5e authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

github.com/nrepl/nrepl - 3fd005e798359becfe5af8dd0fd8454b2397b39f authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add the Additional Resources section to the main nav

github.com/nrepl/nrepl - e404317acdbdd1b5a83828eb0ef2f2811c893d70 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Regenerate the site

github.com/nrepl/nrepl.org - ea9cc828950ebed9cd9d231913c98432e68ad895 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add the Troubleshooting section to the main nav

github.com/nrepl/nrepl - 72e9e09b142a9498e1307c1da7eab0444dcc5f45 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add GA tracking

Let's see if someone actually visits the site. :-)

github.com/nrepl/nrepl.org - 4c0b4a45b20e5e1ca706333dc7bf0802d9ac24d8 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Exclude everything from the 0.4 series

The next release is going to be 0.5.

github.com/nrepl/nrepl.org - c1f564eeac5a9b0e18e5748b68217a7df8342fd4 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Mention more prominently the API docs

github.com/nrepl/nrepl - 2060aed22b1f4b5b55c2537ae536f45f1402f46c authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the cljdoc badge

github.com/nrepl/nrepl - 4a8e5c9c421f3e970723a386d9e9e26558a1b541 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix the Travis badge

github.com/nrepl/nrepl - 7dcbf156ac6234a37748945cf05d180313412f1f authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #56] Bind the server by default to localhost

The previous default `::` was insecure as it's to a large extent
the IPv6 equivalent of 0.0.0.0 ...

github.com/nrepl/nrepl - 3bae5c3a954b828f60eea13538644b5d941ce926 authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #64] Update the cljdoc.edn

github.com/nrepl/nrepl - f277b32ed37d406e5d86bd36fef062d090b0d595 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the release policy

github.com/nrepl/nrepl - 0062e8293d7b5a5333e68ef8827ea6760f49ac89 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Bump the development version

github.com/nrepl/nrepl - 0220e946731e4a24b75ea0ba6a73c8654e47dc69 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the site

github.com/nrepl/nrepl.org - 5e88c33fd949a8dc52aa82146d1a57655b72ea6f authored about 6 years ago by Bozhidar Batsov <[email protected]>
Reorder an improve a bit the server section of the manual

github.com/nrepl/nrepl - d689af8ead85380695263a416909987abb8615e1 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a broken link

github.com/nrepl/nrepl - 96d87cdac64df497ff61aed57965561bb8f3da63 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Break down the usage section

github.com/nrepl/nrepl - e4e8166eeb5046a56f8bbcacc6ff9785e7c9a835 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Make shell code blocks consistent

github.com/nrepl/nrepl - 7ba7d3fc9530b02b53451e6fddf8a37bfdad404f authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #12] Implement custom value rendering logic for pr-values middleware (#59)

github.com/nrepl/nrepl - b8fe7cd3e6c3e75c0321d6dd7008dfcf2f6fce49 authored about 6 years ago by Greg Look <[email protected]>
Update the site

github.com/nrepl/nrepl.org - 6e021f8cef3714132e4ff36068e2bd18c153ea83 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a heading

github.com/nrepl/nrepl - 692799f42770399b259ec3370bebc499af1d7db6 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

github.com/nrepl/nrepl - d002c64757d96fba4feb0693eed7cea7632ea3fa authored about 6 years ago by Bozhidar Batsov <[email protected]>
Tweak a bit some code examples

github.com/nrepl/nrepl - af9cdb8a38b410c8c4f836460022b912f770e723 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a couple of code examples

github.com/nrepl/nrepl - ecfdf90455c37ba89d58a0d0ed8bdde64e38054f authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add a cljdoc badge

github.com/nrepl/drawbridge - 16a7cc9ebeafff1e2f5af055d8e29181fc2d5aec authored about 6 years ago by Bozhidar Batsov <[email protected]>
Tweak a bit the layout of the README

github.com/nrepl/drawbridge - 015ec976b2a8b3a261d1efc67a3f3eed076d024c authored about 6 years ago by Bozhidar Batsov <[email protected]>
Tweak the README by tuning some AsciiDoc settings

Those should make the admonitions use icons and include
a table of contents.

github.com/nrepl/drawbridge - e5158d507ebba7758203c0a2cf5c1c91a1171bbb authored about 6 years ago by Bozhidar Batsov <[email protected]>
Bump the nREPL dep

github.com/nrepl/piggieback - 06fcf78a7db2a484d428af45fa019eacbcfcdc52 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the README

github.com/nrepl/piggieback - c9c95693c8b0fedeb24ac45e1165936eb9edf147 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.3.10

github.com/nrepl/piggieback - af19f0c4d9860a653ddd5d7fa54b6220f03d4d1b authored about 6 years ago by Bozhidar Batsov <[email protected]>
Refer to cljs.analyzer only by its alias

Consistency is always a good thing.

github.com/nrepl/piggieback - 8fbafe82eb1c1bf59f6d3958dc2b328a0251401b authored about 6 years ago by Bozhidar Batsov <[email protected]>
Tweak the changelog

github.com/nrepl/piggieback - 604072d2d5bbc45a491193b4a905030b3a13af8d authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #95] Bind *cljs-warnings*

github.com/nrepl/piggieback - 5ba952e3c389c03e78b772439f0d8dddbfe0c6a6 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Establish a binding to `cljs.analyzer/*unchecked-if*` (#97)

Any attempt to define a protocol (via `defprotocol`) in a CLJS repl fails with
the error:

...

github.com/nrepl/piggieback - 6e185aa8dc016e8efbe8da93e623850554022ca7 authored about 6 years ago by Marc Daya <[email protected]>
Extend the documentation on transports

github.com/nrepl/nrepl - d0c239074c71ac1bfe323c18db822dfaf09bb38c authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add some default project settings for Emacs users

This ensure that everyone is using the same indentation style
and no tabs.

github.com/nrepl/drawbridge - 1e67b163568517e41af3bbfaccd44b3af92094ab authored about 6 years ago by Bozhidar Batsov <[email protected]>
Clean up the ns forms

github.com/nrepl/piggieback - c1a0bebd6cd6fa64f7056d22da623ee3708ab26b authored about 6 years ago by Bozhidar Batsov <[email protected]>
Convert the README to AsciiDoc

github.com/nrepl/drawbridge - 3cca62d791007547b320fc846638b299034f6fed authored about 6 years ago by Bozhidar Batsov <[email protected]>
Clean up the ns forms

github.com/nrepl/drawbridge - c66500f7582f9815e20dc63e1872edc6b9127777 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Kill some unused requires

github.com/nrepl/drawbridge - 2a13a9892cd9a08bff2670dcdd2f9cc5c320ae0b authored about 6 years ago by Bozhidar Batsov <[email protected]>
Improve a bit the formatting and the structure of the installation

page

github.com/nrepl/nrepl - 4d9cd867b35b7ed6bbbc532779c7e4026c80ba40 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix references to version 0.1.x

It didn't really exist. From 0.0.x the version was bumped to
0.2.x after the major redesign that...

github.com/nrepl/nrepl - 6900a963260abc98c16e4b5562f0234ed69b62b6 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the docs

github.com/nrepl/nrepl.org - b68729fcfe7518e94f6d1f57a0ef6df620751ce7 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix the syntax of a couple of footnotes

github.com/nrepl/nrepl - bbcdbc88a9320c026bab79a4fb7742ffa186bbfe authored about 6 years ago by Bozhidar Batsov <[email protected]>
Extend a bit the home page

github.com/nrepl/nrepl - fe3cef641f191b21973e48958e4d72e2a5b4267b authored about 6 years ago by Bozhidar Batsov <[email protected]>
Remove redundant backwards compatibility code

Now that nREPL targets Clojure 1.7 there's no need to check
whether reader conditionals are supp...

github.com/nrepl/nrepl - 6797e59ea7a3a34952fa38bb8b51db63810968a5 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Link to the important design sections

github.com/nrepl/nrepl - 03b540ec6d055c040412d07eabb666d7aeec1b11 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the docs

github.com/nrepl/nrepl.org - b7b75226495e425c00f349283026fad8c3626d5e authored about 6 years ago by Bozhidar Batsov <[email protected]>
Extend the README a bit

github.com/nrepl/nrepl.org - d35943ec27a357f039e9d7e60d2660b32a90fd8c authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update a bit of documentation pertaining to generating an ops listing

github.com/nrepl/nrepl - e49539611781b59f4c5b8279807fe73c77d1fcd4 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix some list nesting

github.com/nrepl/nrepl - 76613c5a73fe15cc5fa14f1b01da84d0560f25b8 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Remove unused bindings

github.com/nrepl/nrepl - 55afd74d1acb65139234712c870bb789768d1295 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Use the same alias for nrepl.core everywhere in the codebase

github.com/nrepl/nrepl - a98b689774174e2ccb9c43f2e543cfd2100f5de8 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add some default project settings for Emacs users

This ensure that everyone is using the same indentation style
and no tabs.

github.com/nrepl/piggieback - d92c6925632a3980e4f8b45c0bd3eaf12b4fd2ed authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add some default project settings for Emacs users

This ensure that everyone is using the same indentation style
and no tabs.

github.com/nrepl/nrepl - aca5fbe83807d851226d488c47848815c25cea3c authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

github.com/nrepl/nrepl - 01dbc44c2eb4e56d6d0be6cb69f6fd90dd8807f2 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the docs

github.com/nrepl/nrepl.org - 46a4dab3dffe91a5fb497fa629c8c65612cf3948 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add a footnote

github.com/nrepl/nrepl - 5ac71d7bf80766bf03486a0d663a73c1febaf393 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix some duplication

github.com/nrepl/nrepl - d6d5b4a1f2ce78147c3617717128069db0370473 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a few headings

github.com/nrepl/nrepl - bd0f08738bcbca3939eab5589d1cf14bc982e8b6 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Mention vim-iced in docs

github.com/nrepl/nrepl - d03fd0fbdbd2134f68217f56c17bc55a1cc141ae authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add a missing blank line

github.com/nrepl/nrepl - 4eb8fe7d682c8fee681fab464e596d49a5c0d086 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix link to history in README.md

github.com/nrepl/nrepl - 20d597bc39c4bfa4846edf8c343edcd6e8a474a1 authored about 6 years ago by tijsmallaerts <[email protected]>