Kapil Reddy
Kapil Reddy
- Modify run and external-run to accept custom rules - Create unifier/prep'ed rules inside check-expr and check-reader. This makes passing custom rules simpler
Refers to #140
Something like this would be great. lein kibit :rules custom_rules.clj This can help write custom rules for project specific things.
Use DeleteObjectsRequest to support multi delete in single request.
API change discussion for implementing Websocket extension permessage-deflate I am implementing websocket extension permessage-deflate. (Refer: https://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-21) There are two problems with http-kit async handler API - WSHandler will always assume...
The feature-request has been posted on "cider" https://github.com/clojure-emacs/cider/issues/1969 Creating an issue here to send a pull request and start a discussion about the solution.
The feature-request has been posted on "cider" https://github.com/clojure-emacs/cider/issues/1969 Creating an issue here to send a pull request and start a discussion about the solution.
com.climate.claypoole/threadpool creates an instance of ScheduledThreadPoolExecutor It uses an unbounded queue which leads a silent accrue leading to exhaustion of resources. Also we don't get finer control over what should...
Add mechanism to switch namespaces on each loop.
Closes #166 # Contribution checklist - [x] Tests verified by `./bin/kaocha and ./bin/node` - [x] `malli.perf.core/quick-bench` on `malli.protobuf3-schema/transform` with a fairly complex schema takes 28.656211 µs # Overview of change...