Ryan Tate
Ryan Tate
Poking around to build my own parser, I followed the tips in README, and keep getting TypeErrors when I attempt to run the BBC parser on a story, and ditto...
## Expected behavior When editing an EDN buffer (file ending .edn), clojure mode should treat all paren forms as lists rather than functions, since EDN is a data format. Thus...
Charred is pretty amazing, thanks so much for making it. One thing I noticed trying to use it is that there is no way (I can see) to distinguish exceptions...
The output of `bench` begins like so: > `Evaluation count : 120 in 60 samples of 2 calls.` In this context, what is an "evaluation," what is a "sample," and...
The link to "API Documentation" in the [References section](https://github.com/hugoduncan/criterium#references) of the README.md is broken (404). It [links a user page](https://hugoduncan.github.com/criterium/0.4/api/) on github.com; I believe this domain is no longer supported...
When mail-gpg falls back to inline mode during decryption, AND when the message is multipart, it appears mail-gpg is improperly trying to decrypt the version/control portion of the message, of...
Won't connect to Tumblr. Tumblr end is fine, author's server returns a code to put into emacs, albeit over an unencrypted http link, which is pretty unforgivable in 2020. Anyway,...
The [namespace docs state](https://funcool.github.io/buddy-hashers/latest/buddy.hashers.html) clearly that `buddy.hashers/check` "Should be considered as DEPRECATED" in preference of `buddy.hashers/verify`. In [the User Guide](https://funcool.github.io/buddy-hashers/latest/user-guide.html), the examples correctly use `verify`, but other parts of the...