-
use the hoplon vflatten fn after the optimize branch is merged in.
-
same as https://github.com/hoplon/hoplon/issues/94 but for `:toggle`?
-
**Describe the bug**
When building a Hoplon project, Boot fails with an error.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a project using the [hoplon template](https://github.co…
-
```clojure
(let [parent (h/div)
child (j/cell= "foo")
(.appendChild parent child)
(prn (.-textContent parent)) ; "foo"
(.removeChild parent child)
(prn (.-textContent parent)) ; "foo…
-
-
## 🐞 Is this a bug report or feature request? (choose one)
support request
## 💻 Version of CKEditor
ckeditor5 balloon
## 📋 Steps to reproduce
detach a DOM element from the DOM with an e…
-
flyboarder [12:52 PM]
@thedavidmeister we could make running the tests as simple as binding the provider
```clojure
(binding [hoplon.test/*provider* hoplon.jquery]
(require [hoplon.test/*provid…
-
I'm really struggling to get `insertBefore` to work properly with cells (cells are the only reason to introduce the prototype overrides AFAICS).
Here's a few confusing examples:
Two cells provid…
-
Hi, I am trying to follow the given tutorial.
But when I do `./boot development` with
- 1.1.1 - `boot: can't use boot.core version : need at least 2.0.0`
- 2.x - `java.lang.RuntimeException: No reader…
-
Reason for that is [whidbey](https://github.com/greglook/whidbey/), which needs to pass `:nrepl-context` to REPLy to work correctly. [Here](https://botbot.me/freenode/hoplon/2015-01-29/?msg=30793692&p…