Mark Stuart

Results 9 issues of Mark Stuart

Minimal re-production: https://github.com/codeasone/kibit-namespace-aliased-keywords Running `lein kibit --replace --interactive` on `core.clj` with namespace aliased keywords introduces a regression: ``` ➜ kibit-namespace-aliased-keywords git:(master) ✗ lein kibit --replace --interactive Would you like to...

bug

When building native image via `lein do clean, native-image` for the latest `0.8.0` release, I'm hitting the following issue: ``` Caused by: clojure.lang.ExceptionInfo: Invalid :refer, macro cljfmt.core/read-resource does not exist...

Firstly, thanks for your amazing work for the Clojure community. I've been using `lein-ring` for some time now and in particular the `auto-reload` facility which I find very helpful. However,...

Minimal reproduction: https://github.com/codeasone/hashp-warnings

To save Clojure-ecosystem developers some head scratching OOTB

Callbacks don't get called when subscribing to [shared subscriptions](http://www.hivemq.com/blog/mqtt-client-load-balancing-with-shared-subscriptions/), e.g. `$share/group/topic`, using the `subscribe(String topicFilter, int qos, IMqttMessageListener messageListener)`API. However, shared subscriptions work as expected when using the `setCallback(...)` API...

enhancement
question

I have a `deps.edn` with a `depsviz` alias as follows (actual deps elided): ```clojure {:deps {...} :aliases {... :backend {:extra-deps {...}} :frontend {:extra-deps {... }} :depsviz {:extra-deps {cnuernber/depsviz {:mvn/version "0.10"}}...

See https://github.com/chrisbarrett/skeletor.el/pull/35 for description of the issue and my work-around.

Responding to https://github.com/bbatsov/projectile/issues/1908 This reverts commit 3c92d28c056c3553f83a513a35502b4547d29319. Addresses an apparent performance regression - [X] The commits are consistent with our [contribution guidelines](../blob/master/CONTRIBUTING.md) - [-] You've added tests (if possible) to...