hashp icon indicating copy to clipboard operation
hashp copied to clipboard

A better "prn" for debugging

Results 15 hashp issues
Sort by recently updated
recently updated
newest added

Maybe I'm totally wrong, but shouldn't this dep be in a vector?

I'm not sure what I'm doing wrong, but I am working on CLI tools based CLJS project. I have added `hashp {:mvn/version "0.2.0"}}` to my `deps.edn` I imported `[hashp.core]` to...

It's like `#p` but instead `tap>`s the value. I'm a bit undecided how to annotate it, but decided that a vector containing the same info that `#p` pretty prints might...

Is there any config that we change coloring options?

I set up hashp in my shadow-cljs project as per the README (slightly abbreviated): ```edn {:source-paths ["src/dev" "src/main" "src/test"] :dependencies [[hashp "0.2.1"]] :builds {:frontend {:target :browser :modules {:main {:init-fn spell-list.main/init}}...

Heya 👋 Following the instructions in https://github.com/weavejester/hashp#shadow-cljs, a release build (e.g. `shadow-cljs release app`) containing `#p` usage will fail at runtime due to missing namespaces. ``` /home/filipesilva/work/relemma/out/admin.js:280 "cljs.core.async.impl.ioc-helpers/t_cljs$core$async$impl$ioc_helpers212438")};return new yg(a,Id)}function...

Add tools.deps install instruction.

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

How about few more: * `#d` to def it to something suitable for easy access ? * `#t` to print it with some timing information ? * `#s` to spit...

Version: `[hashp "0.1.0"]` ``` ~> lein version Leiningen 2.9.1 on Java 11.0.5 OpenJDK 64-Bit Server VM ~> lein repl REPL-y 0.4.3, nREPL 0.6.0 Clojure 1.10.0 user=> (require 'hashp.core) Syntax error...