-
Provide a page which lists useful links, for example:
1. Link to auto-tests (if on)
2. Link to root of main web server
3. Link to devcards
4. Custom links to particular areas of site (maybe with…
-
The [last CI build failed](https://circleci.com/gh/Lokeh/hx/49?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) with the error:
```
#!/bin/sh -eo pipefail
yarn …
-
It seems create-react-app@0.2.0 has problems importing modules from parent directories.
If I add a Hello component to the default generated app everything works as expected:
```
// src/App.js
import…
-
With the latest reanimation of JMock are there any plans to add new features to JMock like partial mocking, mocking of static methods or mocking of private methods??
Especially partial mocking woul…
-
## Expected behavior
```
cider-jack-in-clj
```
Choose `clojure-cli` it starts a repl and gives me a clj repl buffer.
After this run:
```
cider-jack-in-cljs
```
Choose `shadow` it starts a rep…
-
On a fresh initialization with
```
lein new reagent test +devcards +shadow-cljs
lein deps
npm install
```
after running `shadow-cljs watch app`, I get
...
```
shadow-cljs - co…
-
If I require per :npm-deps Compiler feater, is there already a way to use Sablono? Right now Sablono says No such namespace: cljsjs.react, could not locate cljsjs/react.cljs, cljsjs/react.cljc, or Jav…
-
This will likely be a rare thing to run in to, but wanted to mention that devcards appear to have an upper limit of 1024 cards.
Here is the error message that I am getting:
```
Uncaught Error: …
-
In the docs, there's an example of a static modal, but it uses some CSS that's only present in the docs site.
I'm using a [devcards](https://github.com/bhauman/devcards/) style approach to building c…
-
Starting figwheel with devcards, I get lots of these:
```
WARNING: Use of undeclared Var devcards.core/register-card at line 81 src/link_app/components/header.cljs
WARNING: Use of undeclared Var devc…