enlive icon indicating copy to clipboard operation
enlive copied to clipboard

a selector-based (à la CSS) templating and transformation system for Clojure

Results 32 enlive issues
Sort by recently updated
recently updated
newest added

The Quickstart proved misleading (https://github.com/cgrand/enlive/issues/154) and didn't adequately signal that the word resource meant a *Java resource*. It looks a lot like a file path. This PR improves the exception...

I can't figure out why following the quickstart guide is giving me an error. This may be a bug. ``` /enlive % tree . ├── deps.edn ├── main.clj └── templates...

Upgrading from Clojure 1.9 to 1.10, I am getting a new warning: ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by clojure.lang.InjectedInvoker/0x0000000800231c40 (file:/home/alan/.m2/repository/org/clojure/clojure/1.10.0/clojure-1.10.0.jar) to method...

In the project description the link to the website links to http://wiki.github.com/cgrand/enlive. If the intention is to link the wiki then, The website field must link to : https://github.com/cgrand/enlive/wiki I...

When running a NVD (National Vulnerability Database) check against this library, [CVE-2015-6748](https://nvd.nist.gov/vuln/detail/CVE-2015-6748) was revealed to be a risk. This check was run using `lein nvd check`. Updating this library's dependency...

Hi, I'm loving enlive, however I have a weird problem with finding and replacing variables inside meta tags. This is my html. `` When I apply this transformation: ``` (at...

Simply run ./generate_docs, this will run `lein codox`, create a new commit on the `gh-pages` branch, and push it to `origin`. The script goes out of it way not to...

fix link in readme

IntelliJ has a "feature" called ["safe write"](https://www.jetbrains.com/help/idea//2016.3/system-settings.html), on by default; quoting from that link: > If this check box is selected, a changed file is first saved in a temporary...