David Goldfarb

Results 26 issues of David Goldfarb

I'm using graphviz-react as follows, but I still get a console warning "No script tag of type "javascript/worker" was found and "useWorker" is true. Not using web worker." What is...

Most of the time, I can't get browser-connected-repl-sample to work. But, I have seen it work occasionally, so I know my config is not totally wedged. Unfortunately, I haven't been...

Everything within backquotes should be rendered literally, but it seems that markdown-clj is converting `--` to a single en-dash. Here's a line that fails: ``` * `./build-rxl-version.sh --release ` -...

bug
help wanted

I had hoped to do a gradual move from unstated to unstated-next, but it's much trickier than I had expected, since I can't access the unstated-next state from any component...

Running figwheel, I accidentally created a circular namespace dependency between two of my files. Rather than the usual, somewhat friendly, error that I expected from Clojure, I triggered a stack...

I'm seeing what looks like a Figwheel crash: ``` [exp] undefined is not an object (evaluating 'receipts_native.core.init.call') * js/figwheel-bridge.js:117:14 in - node_modules/promise/setimmediate/core.js:37:14 in tryCallOne - node_modules/promise/setimmediate/core.js:123:25 in - ... 10...

(Using v13.2.5) I'd like to set the favicon on my documentation. I see that I can do this with `--favicon myFavIcon.png` since https://github.com/documentationjs/documentation/pull/1207/commits/5b66910782e83eee4f9e8aa1d0528c681eba5d06 This does add the reference into index.html....

Update to match the many changes Google has made to their flow. Alert: I did a half-baked job here. Please review the lines I've marked with "TODO:". Most notably, I...

My app's workflow wants users to login only via social login; not by creating an app-specific password. Therefore, I'd like the login form to appear with only the social login...

There seems to be a conflict using 'lein trampoline' when my project includes ':hooks [leiningen.cljsbuild]' in the top-level map in project.clj. Operations as simple as 'lein trampoline run' silently exit,...

Bug
Upstream Issue