Daniel Gerson
Daniel Gerson
From https://clojurians.slack.com/archives/C6N245JGG/p1659098445064339 So I wanted to experiment with adding NPM lib react-native-logs to my react-native shadow-cljs project, so I : * yarn'd it, created a new namespace * and added...
`com.vaadin.polymer.vaadin.VaadinGridElement.java` appears quite different to the polymer grid from vaadin https://github.com/vaadin/vaadin-grid/blob/master/demo/index.html I see the expected sub polymer elements on the latter, which is not the same for the demo for...
In the following example, the first works, the following doesn't. ```clojure (-> [{:a 2 :b 3}] (tc/dataset) (tc/group-by :a) ) ;;_unnamed [1 3]: ;; ;;| :group-id | :name | :data...
> After successfully running steps above, you should be able to run Clojure with following: > > ``` > clj > ``` > To launch clojure from cmd.exe or tools...
### Description Checking out repo and trying to run web examples results in error. [output.txt](https://github.com/Shopify/react-native-skia/files/13437548/output.txt) Lots of errors of the form ``` ERROR in ../package/src/animation/timing/Easing.ts 1:27-82 Module not found: Error:...
## Expected behavior Pretty printing should work even when #js literal is included. ## Actual behavior Whenever I run `cider-pprint-eval-last-sexp` from a `cljs` repl on a value which contains a...
https://github.com/babashka/nbb ``` Welcome to nbb v1.0.136! user=> (require '[taoensso.timbre :as timbre :refer-macros [info]]) "Error: Could not find namespace: goog.i18n.DateTimeFormat" ```
It would be great if clay came with more opinions out the box, like in the examples it would be great if it had a date example. First thing I...
Please see the following repo folder `0009_portfolio_skia_render` for replication steps: https://github.com/dmg46664/problems/blob/main/0009_portfolio_skia_render/README.md This is replicating this kind of code: https://snack.expo.dev/@wcandillon/hello-snack , where the main app needs to be loaded in separate...
**Describe the bug** Clojure dart is not able to handle this scenario where a function is defined and used in a subsequent macro. **To Reproduce** ```clj (defn gensyms [amt] (vec...