r0man

Results 22 issues of r0man

This PR adds Stacktrace at point or in region support. Please see: https://github.com/clojure-emacs/orchard/pull/164 --- Before submitting a PR make sure the following things have been done: - [x] The commits...

With Emacs 28 I'm seeing the following error when running the tests. ``` deferred error : (wrong-number-of-arguments # 4) ``` I believe this is because the `start-process-shell-command` function is called...

Hi @xsc, I would like to use parts of Alumbra in ClojureScript. This PR is a first step porting the specs to ClojureScript. Would you like to merge this? Roman

When rewriting dependencies with Mr Anderson and the rewrite prefix namespace contains dashes, defrecord instances are not referenced correctly. Cider uses the "cider.nrepl.inlined-deps" prefix for it's rewritten dependencies. Mr Anderson...

Hi @alphapapa and @ahyatt, This changed adds support for streaming responses by adding a process filter and a callback function. The process filter is based on the default default process...

enhancement
author needs FSF CA

The process filter is an optional function to be used as the process filter for the curl process. It can be used to handle HTTP responses in a streaming way....

Hi Bensu, I'm using lein-doo to test sablono and run into an issue with React warnings. Whenever React issues a warning lein-doo exits, because this hook is called. https://github.com/bensu/doo/blob/master/library/resources/runners/headless.js#L43 I'm...

Hi @xsc, is this the expected behaviourr or a bug with namespaced keywords? ``` (defcomponent Test [] :http/port 80) ;; The following is true, but I would have expected: {:http/port...

Hi @czan, I'm experimenting with an Emacs Mode for stateful-check. Right now I have the following features planned: - Enhance the clojure.test machinery to report more information about stateful-check test...

Hi Andreas, I'm working with a clojure project that has java sources and uses the :java-source-path key which is part of Leiningen for a while now. I updated you lein-eclipse...