-
TODO?: Many newcomers to Hoplon may land on hoplon.io having heard that React (or a React-based/-inspired/-derived library) is the best choice for building web-based UIs, or perhaps have even drunk th…
-
```
WARNING: Use of undeclared Var hoplon.google.jsapi.maps/map__11171 at line 149 hoplon/google/jsapi/maps.cljs
WARNING: Use of undeclared Var hoplon.google.jsapi.maps/map__11171 at line 149 hoplon/g…
-
I added the [hoplon/ui "0.3.0-SNAPSHOT"] dependency to shadow-cljs.edn and required hoplon.ui :as ui in my view.cljs file and reran npx shadow-cljs watch app and got the following error:
[:app] Bui…
-
Things to do which will make everyone's life better:
- [ ] Cleanup README
- [x] Header w/ Logo
- [ ] Reorganize Things
- [ ] Cleanup Wiki
- [ ] Cleanup Templates
- [ ] A guide to becoming a Hoplon…
-
Hi,
I wanted to play with hoplon + castra so I've used hoplon-castra template like this:
```
boot -d boot/new new -t hoplon-castra -n rsd
```
Unfortunately the result of `boot dev` is not w…
-
Generated:
[hoplon/castra "3.0.0-SNAPSHOT"]
Current:
[hoplon/castra "3.0.0-alpha2"]
-
Not sure weather this is an issue of hoplon or boot-figreload but since the invalid string in the `index.html.edn.cljs` is added by boot-figreload I assume it belongs here.
I'm trying to use hoplon…
-
# Steps to reproduce
``` bash
lein new hoplon-castra castra-cors-bug
cd castra-cors-bug
boot development
# In other terminal session:
curl http://localhost:8000
```
# What happens
We get
```
No Ori…
-
currently javelin checks if a value is `=` before propagating it and this is hardcoded.
the rationale is that we can save more CPU "downstream" in the graph than we spend calculating the equality o…
-
use the hoplon vflatten fn after the optimize branch is merged in.