Jeff Weiss
Jeff Weiss
## Expected behavior Hovering the mouse over function names in clojure buffers will display tooltips when `cider-use-tooltips` and `tooltip-mode` is on. ## Actual behavior No tooltips ## Steps to reproduce...
see http://nelsonmorris.net/2012/07/31/do-not-use-version-ranges-in-project-clj.html
I noticed in the code, https://github.com/pointbiz/bitaddress.org/blob/master/src/ninja.misc.js#L31-38 That if the mouse isn't moved during the seeding, that all that is folded in to the seed value is the current time. At...
If your bitaddress.org site was compromised, how would anyone know? The signed message at https://www.bitaddress.org/pgpsignedmsg.txt is not worth anything unless we are sure it is signed with _your_ public key...
``` [jweiss@home node_modules]$ spark-wallet --onion WARN: /home/jweiss/.lightning/lightning-rpc is missing, using the bitcoin mainnet subdirectory at /home/jweiss/.lightning/bitcoin instead. WARN: specifying the main lightning data directory is deprecated, please specify the network...
``` clj (let [[a b] (iterate inc 1)] (serializable.fn/fn [])) ``` Will try to consume the entire infinite seq even though nothing refers to it. This is because destructuring let...
(ns blah (require [serializable.fn :as s])) (defn myfn [](s/fn [])) will not compile - throws NPE.