Daniel Compton

Results 276 issues of Daniel Compton

When compiling a ClojureScript project I get this warning ``` WARNING: domina is a single segment namespace at line 1 file:/Users/user/.m2/repository/domina/domina/1.0.3/domina-1.0.3.jar!/domina.cljs ``` It would probably be better to move to...

If there is a node with nothing going to or from it, it doesn't get printed in the graph.

I found that once you add instrument a CLJS function with a Malli function schema, the function stays instrumented until the ClojureScript build is restarted (and maybe cleaned). I've created...

bug

If you look up the definition for `reset!` in CLJS, it takes you to https://github.com/clojure/clojurescript/blob/master/src/main/cljs/cljs/core.cljs#L7272 instead of https://github.com/clojure/clojurescript/blob/master/src/main/cljs/cljs/core.cljs#L4521-L4524 This means that the docstrings don't show up: Perhaps a duplicate root...

### Why: https://docs.github.com/en/developers/github-marketplace/selling-your-app-on-github-marketplace/billing-customers#downgrades-and-cancellations has slightly different behaviour specified for cancelling than https://docs.github.com/en/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/handling-plan-cancellations#step-2-deactivating-customer-accounts This commit aligns the two so they say the same thing. It's possible this should be the other...

content
waiting for review
needs SME
billing
developers

https://google.github.io/closure-library/api/ has a sidebar with the API. The items there are sorted case insensitively, which means that `goog.Uri` is sorted above `goog.array`. Would it be possible to sort these case...

In some environments, a request may be forwarded through multiple trusted proxies before it reaches the ring server. This commit adds a proxy-count option to configure how far from the...

In my service I create components, and then they have config assoc'd onto them before they are started. The components adhere to the component Lifecycle, and also implement protocols for...

If you have an undocked devtools window, and use the `reload` command, the HTML in the devtools window will reload, but not the actual page attached to it. I'm not...