Tamas Herman

Results 20 issues of Tamas Herman

The `README.md` says: > When using ace-window, if the action character is followed by a string, then ace-window will be invoked again to select the target window for the action....

In the https://blog.klipse.tech/clojure/2016/10/25/core-match.html article, the very 1st form never completes loading and just shows: ``` the evaluation will appear here (soon)... ``` in the result area. Same issue under Safari...

# Problem It's possible to evade the ring exception handler middleware and make it throw an exception, leading to no ring response at all: ```clojure (#'reitit.ring.middleware.exception/call-error-handler {} ; handlers for...

bug

http://solidity.readthedocs.io/en/develop/style-guide.html While this document itself acknowledges: > The goal of this guide is not to be the right way or the best way to write solidity code. I think it...

formatting

# Problem The lack of [macro support](https://cursive-ide.com/userguide/macros.html) for `clojure.core.match` means, that 1. the symbols defined in matching patterns are marked as unresolved, preventing eg. rename-refactoring 2. indentation is not as...

# Problem We keep our `.idea/ClojureProjectResolveSettings.xml` under version control. When we change the resolution settings (with `Opt-Enter`), the ``s in the XML gets reordered, introducing misleading noise/churn in commits, obscuring...

# Problem In our applications, we are aiming to use fully qualified keywords whenever possible, to reduce ambiguity in data. Martian contributes to attaining this goal, by allowing API request...

# Problem While developing rmaps in a REPL session, they are printed with all the values appearing as `??`, which makes debugging hard. The following 3 expressions: ```clojure @(def my-map...

We are developing a Google Data Studio community connector and we would like to move the Xero report processing into our Clojure backend service, from the current Google Apps Scripts...

Status: Help Wanted
Type: Feature Request

I don't quite understand why is this library has been deprecated in favour of `dev-local`. I haven't found a way to use `dev-local` to manage an in-memory DB. If that's...