Vincent Cantin
Vincent Cantin
This is a open feature request to have Selmer run in cljs so that it could be used in the browser. @yogthos If someone (_maybe_ me in a hypothetical future)...
Ataraxy is missing from the comparison chart.
This is a continuation of the issue #156. I am deploying using [`mup`](https://github.com/zodern/meteor-up), with nginx redirecting the only open port 80 to the docker container port 3000. In the `mup.js`...
Would it be possible to add a ['scroll into view'](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView) functionality ? Those are the features that I wish could exist in your library: - to avoid scrolling if the...
I am requesting a new feature: a dependency graph of the tasks, with different arcs between the nodes for the different dependency relations (dependsOn, mustRunAfter, finalizedBy). This feature could be...
Minimal code to reproduce: ```clojure (defn hello [] [:div "hello"]) (defcard-rg [hello]) ;; [Figwheel:SEVERE] java.lang.ClassCastException: clojure.lang.Cons cannot be cast to clojure.lang.Associative ``` I suspect that the problem is related to...
I wish to have the possibility to add a search engine in Firefox when I browse the website's page.
### Steps to reproduce the problem 1. Read the blog article at https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/ 2. Try to send a POST request to a Mastodon instance. ### Expected behaviour The POST request...
About this line: ``` (register-printer js/DocumentFragment 'js/DocumentFragment #(map hiccupize (.-children %))) ``` The laziness of the returned sequence means that if the output value is not eagerly consumed in a...