-
Until Hoplon 6 alpha 1 I could use jquery 2.x and have jquery-ui autocomplete working but it stopped working correctly on alpha 10 and the problem persists at least until alpha 15. I'm not sure if Hop…
-
Commonly seen in chat are questions/confusion as to how Hoplon might perform.
When I first started working with Hoplon, I assumed it was rebuilding a lot of the DOM quite frequently and was worried a…
-
a lot of hoplon files trigger parinfer warnings:
parinfer is a really cool IDE addition for clojure editing - https://shaunlebron.github.io/parinfer/
all that would need to change for hoplon…
-
It was my understanding that `with-init!` was fired after page is finished constructing. However this will fire before all images and css have downloaded.
Timing difference:
http://stackoverflow.com/…
-
-
surely there's a better way to achieve what is being done here without modifying the prototype directly?
-
`flatten` is invoked four times in `hoplon.core`, producing inefficient seqs which can be eliminated to substantially increase performance.
-
because the body doesn't exist when the script is executed from the head it will make an empty body, then the "real" body that hoplon is being injected into is a second body, which at least chrome com…
-
cross posting this from the ckeditor5 issue queue:
https://github.com/ckeditor/ckeditor5/issues/706
so far it only seems to happen in hoplon, not a "vanilla" JS implementation.
-
So far I'm aware of:
- `MutationObserver` = respond to DOM attributes/elements changing
- `PerformanceObsever` = more of a debugging/profiling tool
- `IntersectionObserver` = respond to a DOM ele…