valerauko
valerauko
I couldn't figure out how to handle incoming multipart requests on the server using the `decode-request` utility. It seems that the stream gets closed as soon as the upload is...
## Feature Request Egress support. Some means to monitor and control outgoing traffic. ### Proposal I don't know what's an ideal way to handle this. ### Background Many of my...
This is the continuation of #311. I cherry-picked @0xThiebaut's commits and added the tests as requested in #311. Since the rancher-maintained helm-unittest does not support mocking Capabilities, I switched to...
Type hinting the accumulator as `^long` fixes the boxed math warning. If there is an issue with using `long` please advise. Fixes #60
The calls to `unchecked-add` in `collections` cause boxed math warnings when `*unchecked-math*` is enabled. https://github.com/ztellman/potemkin/blob/e8c64802b8772a90110434d1b515ce35b78b961b/src/potemkin/collections.clj#L120 https://github.com/ztellman/potemkin/blob/e8c64802b8772a90110434d1b515ce35b78b961b/src/potemkin/collections.clj#L128 Type hinting `acc` as `long` resolves the warning.
It'd be great if there was a way to validate/generate both EF and plain string URIs.
The CI for #8 failed because of a change (?) in how Travis declares "lein" (`lein2` no longer seems to work). Added some extra test options for multiple versions too.
Linters like [eastwood](https://github.com/jonase/eastwood) generally discourage using multiple defs (re-defing stuff). `defn-traced` expands to such multiple defs, resulting in linter errors whenever this library is used. I tried painlessly resolving this...
### Steps to reproduce It is possible to craft a POST request that results in a "exceeded available parameter key space" error, even though the request is targeting a route...
This is a feature request. It's an useful feature in git (gui) clients to be able to select individual lines to stage and commit, not just hunks or files. I...