Oliver George
Oliver George
(I've been doing little "spike" projects to get the feel of different features and components. There's a gotcha when you do this. I'm noting here in case it helps someone...
Perhaps you could set the title to the model name. That way when people use multiple sheets in a databook the sheet names are something sensible. cheers, Oliver # business_data...
The new release of re-natal (version 0.9) defaults to using `:target :nodejs` which seems incompatible with this code: ``` (def xmlhttprequest (if (= cljs.core/*target* "nodejs") (let [xmlhttprequest (.-XMLHttpRequest (js/require "xmlhttprequest"))]...
This code will throw errors due to the registered sub handler throwing an exception. The exception gets cached so that the same error appears after fixing and re-registering the sub...
I'm looking for a way to use spec to instrument my event handlers & subs. I run `stest/instrument` in a :preload namespace. Since that ns requires all my handler code...
I have two browsers open pointing at my single-page webapp (for a sane reason, I promise[1]). The figwheel repl broadcasts meaning I'm unsure which is responding which is confusing. My...
**Is your feature request related to a problem? Please describe.** Nil punning leads to the runtime error appearing far downstream. I write more CLJS than CLJ and the stack traces...
To upvote this issue, give it a thumbs up. See [this list](https://github.com/clj-kondo/clj-kondo/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) for the most upvoted issues. **Is your feature request related to a problem? Please describe.** I've just found...
This is a feature idea. I'm looking for a way to make my js/console.log display cleanly with and without cljs-devtools installed. ## Motivating example Today's job is a react native...
Currently it's quite tricky to get good output from cljs.spec. Reason being that the ex-info thrown includes the full spec commentary in ex-message. This includes the serialised val which failed....