[ANN] martian 0.1.11 - simplify your HTTP clients

2019-12-13 Thread Oliver Hine
Hi everyone, I am pleased to announce the release of martian 0.1.11 Martian provides an abstraction allowing you to describe the HTTP endpoints that you call without methods, urls and query parameters leaking into your application code, allowing you to work with pure Clojure data. It builds on

Enlive: select a comment, drop all subsequent nodes?

2019-12-13 Thread Jakub HolĂ˝
Hello! I'd really appreciate help with this problem: I have a blog post containing `` to mark the (prior) part of the text that should be used in previews etc. Given an Enlive DOM tree, how do I get just the preview? I guess I want to 1. Create a selector for the comment node (`{:type :comment, :t