devcards icon indicating copy to clipboard operation
devcards copied to clipboard

Devcards aims to provide a visual REPL experience for ClojureScript

Results 34 devcards issues
Sort by recently updated
recently updated
newest added

I am developing a game and I allow one of my cards to be "live" (`:live? true` in my data) which means that the clock ticks every few mileseconds. This...

Hi there 👋 I was trying to use `[devcards "0.2.7"]` with Shadow-CLJS and see this error: ``` [:cards] Build failure: The required namespace "devcards-marked" is not available, it was required...

I have a very minimal project using `figwheel-main` and `devcards`. I'm using npm versions of `react` and `react-dom`, as well as the Figwheel `{:auto-bundle :webpack}` option. Simply loading my single...

Dear all, I have problem when using code splitting and reach Suspense to lazy loading. I created demo project https://github.com/rpofuk/sample-split-demo. When I start in parallel: ```shadow-cljs watch app``` ```shadow-cljs watch...

Hello Bruce, When running tests in a devcard it the fixtures associated with that test are not executed. This PR changes that by running the tests using the var created...

With the stricter private method checking in ClojureScript, using devcards can cause Figwheel to halt automatic reloading because of the emitted warnings. See https://github.com/grzm/figwheel-main-fulcro-devcards for a repro case. Thanks to...

I recently saw your first talk showcasing figwheel, and I really liked the favicon trick you employed on running tests with it. So I found a gist of yours and...

- Added two lines of code in core.cljs in order to add the :render-fn parameter to e.g. `defcard-rg` - Added one function to util/utils.cljs — `ds->seq` — in order to...

The required namespace "cljsjs.marked" is not available, it was required by "devcards/util/markdown.cljs". The namespace was provided via :foreign-libs which is not supported. Please refer to https://shadow-cljs.github.io/docs/UsersGuide.html#cljsjs fo more information.