Results 12 issues of Adam Frey

Instead of hardcoding "app" for app-dir and "ios" for platform

Thanks for the great work you've done with source maps! I noticed that get almost a full screens worth of "Generating sourcemap for ..." messages. I've been doing a lot...

It's not clear from the README how this tool is meant to be installed.

Hi! Newer versions of Org mode since this commit (https://code.orgmode.org/bzg/org-mode/commit/13424336a6f30c50952d291e7a82906c1210daf0?style=split) default to using lower-case versions of blocks `BEGIN_SRC -> begin_src`. Both versions are acceptable to Org, but this library only...

Using the `+cucumber` flag adds `clj-webdriver to the user's new Luminus project.` But the [clj-webdriver](https://github.com/semperos/clj-webdriver) library has been unmaintained since 2015. Would you consider checking out the new pure-clojure webdriver...

help wanted

I fired up a bare repl, required `silk` and `silk.serve` and pasted this example from the README: ``` (def api-routes (silk/routes {:api-data [["api"] {"limit" (silk/? (silk/int :limit) {:limit 100}) "offset"...

This is a potential fix for https://github.com/RickMoynihan/lein-tools-deps/issues/66. It works by explicitly listing all `:exclusions` from a dep's parents in the dependency tree to ensure that leiningen doesn't add a dependency...

I created a [reproducible example repo](https://github.com/AdamFrey/lein-tools-deps-transitive-exclusion-problem), that has some more info in the README. With a `deps.edn` that has exclusions for transitive dependency exclusions as below (ie `clojurescript` is not...

The new alpha releases of Clojure do compile-time checking for core macros like `ns`, `defn` Trying to require clj-tagsoup on Clojure 1.9.0-alpha12 throws the following big error and shows that...

I noticed the dependencies were all pretty old. I installed my changes locally and tested that everything built properly.