Tamas Herman

Results 20 issues of Tamas Herman

Keep the Clojure version usable on modern hardware (Apply Silicon aka M1 / M2 Macs). Since, the CLJS variant relies on the unmaintained `lumo` project, this PR doesn't try to...

# Problem I'm seeing exceptions like this from time to time, when I try to interrupt some evaluation: ```clojure ERROR: java.lang.UnsupportedOperationException at java.base/java.lang.Thread.stop(Thread.java:1667) at nrepl.middleware.session$interrupt_stop$fn__9394.invoke(session.clj:198) at clojure.core$binding_conveyor_fn$fn__5835.invoke(core.clj:2047) at clojure.lang.AFn.call(AFn.java:18) at...

The [`clojure.data.xml` lib](https://github.com/clojure/data.xml) from the official Clojure github repo uses a custom [`export-api`](https://github.com/clojure/data.xml/blob/master/src/main/clojure/clojure/data/xml/impl.clj#L29-L32) function to define most of its public API, hence none of it is resolvable. Resolving `clojure.data.xml.impl/export-api` as...

# Problem When I turn OFF the _Allow multiple instances_ REPL config option, so I can just use the same Ctrl-Opt-R shortcut to both start and restart my REPL sessions,...

I see a couple of places in the code, where OS support is hardwired for `babashka.fs/file-separator`. It could be made more flexible, if we would use a filesystem specific separator,...

needs repro

Everything looks pretty good so far, except the mentioned commit-list area. I'm not sure what would be the best color for it, but the current dark background looks out of...

Currently there are warnings thrown after a fresh `truffle init` using version Truffle 4.0.0-beta.2: ``` $ npm init $ npm i truffle@beta $ node_modules/.bin/truffle compile Compiling ./contracts/ConvertLib.sol... Compiling ./contracts/MetaCoin.sol... Compiling...

# Problem In automated tests, it's desirable to control time. It is achieved by something typically called a _fake clock_. The [Use a fake system clock](http://www.javapractices.com/topic/TopicAction.do?Id=234) article enumerated the expected...

https://clojurians-log.clojureverse.org/cursive/2016-09-06.html#inst-2016-09-06T10:55:17.000040Z When i look for the usages of a symbol with cmd-alt-f7 i only see the filename part of the location of occurrences. It's often useless because the filenames might...

Ctrl-D is a globally supported key binding for forward character deletion, which is a very basic and very common editing operation, but it's assigned to`def as`. If I'm not mistaken,...