Răzvan Rotaru
Răzvan Rotaru
Hi, Consider following: ``` Clojure (ds/defentity Item [^:key key-text value-text]) (ds/save! (new Item "one" "two")) ``` Then I evaluate following multiple times: ``` Clojure (ds/query :kind Item) ``` At the...
Hi, I'm trying to generate the filter expression dynamically. It does not seem possible with the current implementation of query. Take following function (defn filterexpand [params] (map #(list '= (key...
I am using figwheel with an embedded ring handler. I would like to have hot code reloading on the server side as well. With `lein-ring` (when running the server in...
I think we can merge nested_properties. Since development is going slow anyway it probably makes little sense to wait any longer. The implementation is a little bit rough around the...
## Feature Request fn-fx should support `javafx.scene.web.WebView` ### Description of Problem: With a WebView one needs to call `.getEngine().load()` or `.getEngine().loadContent()` to do something meaningfull. The problem is that the...
Last pegjs release is now 4 years old. Is the development still active? If not, can you suggest some alternatives?
Hi, I am trying to do some debouncing in quiescent, and it turns out more complicated than expected. I am aiming to have something like this: ``` clojure (d/input {:value...
This is a feature request, not a bug. It would be nice to have a way to delay the auto play. The reason is for situations where you have multiple...