rnikander
rnikander
(A couple of those links are dead.) I want this feature too. I have some UI objects that create their DOM nodes, then I want to combine them in various...
Fails for me on macOS. I downloaded a binary release of clang 15. It would be nice to have some instruction on how to point this build at that directory.
I just noticed that `[:input {:type 'password ...` also seems to work. So it appears be inconsistent. ?
It appears to be triggered by having a variable within the HTML data: user=> (let [x "foo"] (hic/html [:form {:method 'post} x])) "foo"
Okay, I don't have a PR at the moment. Looking at the code I can see sort of where the problem is (`compile-attr-map`, `unevaluated?`) but I don't understand it enough...
Is it time for a new tag/release? I just used it by adding `replxx` to my vcpkg.json file. It reports installing a version `0.0.4#1`. (Not sure what the `#1` means)....
Probably needs a another function to undo this when leaving paredit-mode.
Funny, I was also thinking about "Ni" when I wrote the initial post. I'm trying to update my compiler today to the latest clang. I don't know how much, if...
Here's a pull request to fix it. I tried to rename the Nils. It works for me but I haven't tested a lot. https://github.com/ericniebler/range-v3/pull/1775
I have the issue, 3.11.3, Visual Studio, using C++20 modules.