Jari Hanhela
Jari Hanhela
Hello First of all, nice port of the original theme for IDEA. I only wish it had better support for Clojure language. Now function calls are highlighted as keywords and...
Hi It seems that container queries are going to be a significant new feature in CSS: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries https://ishadeed.com/article/say-hello-to-css-container-queries/ Could we have a support for these in Garden? Perhaps a new...
Hi Changelog ends with version 1.3.6 and the newest version is 1.3.9. Could you please update the changelog?
Hi I'm working with my own CSS library named [stylefy](https://github.com/Jarzka/stylefy) which uses Garden to convert Clojure style maps to CSS at runtime. The only missing piece is to add support...
Hello and congrats on getting your final your project done! Here is a quick feedback for you about the game. I noticed that all the animations and physics run over...
Hi, where is the changelog file?
Hi I try to start Figwheel for a project while another project is already using Figwheel, the result is: Port 3449 is already being used. Are you running another Figwheel...
Here is the current externs file of pouchdb: https://github.com/cljsjs/packages/blob/master/pouchdb/resources/cljsjs/pouchdb/common/pouchdb.ext.js I believe this file is incomplete as it seems to lack `_id` and `_rev` fields. For example, if I call `get`...
### What happened? When editing path in path inspector, the backspace key is not working (it does nothing, should delete character at cursor). I'm running macOS, but this bug also...
I have the following boot process: ```cljs (dispatch-sync [:boot]) (defn boot-flow [when-boot-done] {:id :boot-my-app :rules [{:when :seen-all-of? :events [::post-ids-loaded ::single-post-loaded] :dispatch when-boot-done}]}) (reg-event-fx :boot (fn [_ _] {:db state :async-flow...