r0man

Results 22 issues of r0man

When running tests via clojure-test-mode it was nice that you got instant feedback while running tests. A failing test at the beginning of a test run could already be taken...

enhancement
help wanted
high priority

This is what I had in mind for issue #32.

When an exception happens while reading EDN data it would be nice to know what the data is that could not be read. Can we add error handling to the...

Hello @macluck, I would like to use list types in my GraphQL variables, but it looks like venia doesn't support this yet. This PR adds support for this. Would you...

Sometimes I want to add artificial fields to a query but can't use project, because it overwrites previous selections. What about adding something like: ``` (defn project+ [relation fields] (assoc...

proposal

Hi Carin, this look great! I had a couple of issues running the tests on Arch Linux. I guess most issues come from Arch Linux shipping more resent versions of...

This PR adds functionality to Orchard to support analyze stacktrace in region or at point commands in Cider. ## Problem As a Clojure programmer I deal a lot with stacktraces....

Hello, this PR adds support for [spec-2](https://github.com/clojure/spec-alpha2) to orchard. spec-2 is supposed to be the successor of `clojure.spec.alpha`, but is still in an experimental state. The main advantage of spec-2...

This PR add support for rendering the `s/schema` and `s/select` forms used in Clojure Spec 2. Support for Clojure Spec 2 has been added to the Orchard here: https://github.com/clojure-emacs/orchard/pull/163 -----------------...

Add command to analyze and inspect the stacktrace in region Please see: - https://github.com/clojure-emacs/orchard/pull/164 - https://github.com/clojure-emacs/cider-nrepl/pull/758 ----------------- Before submitting the PR make sure the following things have been done (and...