Dominic Monroe

Results 195 issues of Dominic Monroe

Allow adding information to transactions, so that when you're subscribed to the tx log you can know things about the txs. I want this to mark txs as requiring an...

enhancement
1.x

It would be great to be able to ignore the default Args specified in the manifest, with a flag to override them somehow. I can work around this for my...

https://github.com/lilactown/helix/blob/51e758eb4c5e64794d2042168d00b12ea4143adf/src/helix/core.cljs#L131-L137 If I define a factory component, that also uses a HOC which provides props (in this case withTooltip https://airbnb.io/visx/docs/tooltip which the docs say are deprecated but is still used...

bug
good first issue

I propose that `$` support the following: `($ "div.foo.bar#unique#id" {} …)` where `{:class ["foo" "bar"] :id "unique id"}` would be set as a result of this. Many hiccup-inspired tools utilize...

deps.edn of: ``` {:deps {com.cerner/clara-rules {:mvn/version "0.18.0"} precept {:mvn/version "0.4.0-alpha"}}} ``` Running `clj`: ``` Clojure 1.9.0 user=> (require 'precept.listeners) WARNING: qualified-keyword? already refers to: #'clojure.core/qualified-keyword? in namespace: clara.rules.dsl, being replaced...

bug

It would be handy to have a build-once scripting API. cljs.build is no longer the best way, as figwheel changes the configs before doing a build. This would make figwheel...

When I run figwheel via the scripting API, I get a lot of logging messages to my console despite having a config that filters out INFO and below. I traced...

I'm running figwheel via it's API in a system. Due to automating the `(cljs-repl)` step for pending-cljs in emacs, and running `(go)` in another thread (users do this without thinking)...

I think the underlying issue might be in figwheel-core, but I'm not certain. Repo for reproducing here: https://github.com/SevereOverfl0w/figwheel-main-hooks-dependencies derived from the figwheel template. Repro steps: 1. Clone the repo (:...

look-into

I think `fill-connect-url-template` needs to query the started jetty server, instead of assuming that the config will result in the correct port.