Vadim

Results 50 comments of Vadim

Thanks for the clarification, `BoundedInputStream` seems good, although it changes semantics by storing **max** bytes instead of producing an error. This raises the question - should we provide separate `bound-store`...

This solution doesn't seem that useful. What would be the point in storing truncated files? To be honest, I can't think of a single use-case. If you don't like throwing...

I think the way which captures the maximum information is 1) storing files which obey the size limit 2) providing additional entries in the request map (e.g. :multipart-errors) for files...

The weight parameter is applied in the `curve_fit` and AFAIK passed through to `lmfit` to be used in the `LsqFitResult`. The `autodiff` parameter could probably be removed as it's unused.

One such thing is the Javelin `cell=` macro that deep walks the code and hoists the variables outside of the function. It has some obscure bug that generates warnings when...

To summarize the [discussion](https://clojurians.slack.com/archives/mount/p1488995211000848) with @tolitius: * `mount/reset` makes sense as a dev-time tool. The `reset` would stop all started states unconditionally and clear the internal Mount state. The only...

Unfortunately the full example is huge. I don't have the time to extract the minimal failing case.

Sure. I guess even a closed issue can serve as a reference for other people to contribute if anyone runs into the same issue.

Actually, setting ``` let g:sexp_filetypes = 'clojure' ``` helps with the issue. Thus, the default value of `let g:sexp_filetypes = 'clojure,scheme,lisp,timl'` must be somehow confusing Julia with one of the...

I think creating a config object and a version of `@vl` macros that accept the config would be a great solution. An easier one might be to have a global...