https://github.com/phronmophobic/nrepl-set-print-quota-middleware
https://github.com/phronmophobic/nrepl-set-print-quota-middleware
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phronmophobic/nrepl-set-print-quota-middleware
- Owner: phronmophobic
- License: epl-1.0
- Created: 2021-10-12T04:18:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T04:23:58.000Z (almost 5 years ago)
- Last Synced: 2025-10-10T16:52:45.389Z (10 months ago)
- Language: Clojure
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nrepl-set-print-quota-middleware
Middleware that just sets `:nrepl.middleware.print/quota` to 1024.
## Usage
Add the following to your nrepl deps:
```clojure
com.phronemophobic/nrepl-set-print-quota-middleware
{:git/sha "35653fcad1413900ce0923872803e256a826aa39"
:git/url "https://github.com/phronmophobic/nrepl-set-print-quota-middleware"}
```
Add the following to your middleware:
```clojure
com.phronemophobic.nrepl-set-print-quota-middleware/middleware
```
## License
Copyright © 2021 Adrian
Distributed under the Eclipse Public License version 1.0.