-
Comments from Fatih
A_Introduction
==============================
https://github.com/fulcrologic/fulcro/tree/develop/src/demos => broken link
Why Clojure and Clojurescript? => what are the + tex…
awkay updated
6 years ago
-
Previous `source` command had dependency on cljs-live output structure. Must update to work with shadow-cljs.
-
Have been spending a lot of time in #shadow-cljs on Slack with @thheller. He's adding support for self-host builds to https://github.com/thheller/shadow-cljs, meaning we can deprecate cljs-live and ha…
-
## Preamble
Idea:
Title: General architecture & patterns for status react
Status: Draft
Created: 2017/11/22
## Summary
Define and adhere to architecture vision for s…
-
As defined by the `:source-paths` here: https://github.com/drapanjanas/re-natal/blob/master/resources/project.clj#L20 there is an issue where prod builds will run `env.android.prod` and `env.ios.prod`…
jeaye updated
7 years ago
-
Demo: https://maria.cloud/gist/b64f221518bbc852475ee7a85a30854c
```
["⬆"]
```
Forms containing non-Latin1 characters like "⬆" (and others, haven't checked) produce errors:
```
base64.js:1…
-
Is there any chance of the capability being added to use this library as a loader in webpack? It would allow people to integrate clojurescript at work one module at a time, and that would be pretty ni…
-
I'm using `0.5.14`, but I'm seeing this: https://github.com/drapanjanas/re-natal/issues/99
Based on my research, this commit broke reloading in ReactNative: https://github.com/bhauman/lein-figwheel…
jeaye updated
7 years ago
-
This bug is in dev only. Works fine in non-markdown/prod.
If a minus sign exists in the docstring of a function I'd like to `defn`, it will not evaluate:
```
(defn entropy1
"—"
[p-pos p-n…
-
For CLJ hiccup serializes SVG's as in
```
#?(:clj
(defn serialize
^String [svg] (str xml-preamble (html {:mode :xml} svg))))
```
I have tried multiple alternatives for CLJS (hiccups, hipo an…
den1k updated
6 years ago