Eric Dvorsak
Eric Dvorsak
Is this still planned?
@seancorfield one very useful thing that `poly test` could do as well is being able to generate a junit report. It's part of [clojure.test](https://clojure.github.io/clojure/clojure.test-api.html#clojure.test.junit) and as simple as: ```clojure (binding...
Shouldn't `avatar` be a contenthash (EIP-1577) rather than a URL?
You are using a new version of react-native with an old app template, in the new react-native you shouldn't have the @override: ``` /home/leo/Documents/react-native/future-app/android/app/src/main/java/com/futureapp/MainApplication.java:30: error: method does not override or...
Yes On Fri, 16 Sep 2022, 22:26 Nikita Prokopov, ***@***.***> wrote: > Is it broken in ClojureScript 1.11.60 still? > > — > Reply to this email directly, view it...
> I think the reason for doing this is so users can see which names they own because they might not remember all the names they registered and would (**ASSUMPTION**)...
It would also be an improvement if there was a straightforward way to find out what the green/yellow/red colors mean
This is the code I had to use to be able to consume the stream: using aleph and manifold ```clojure (defn parse-sse [sse-string] (let [lines (str/split sse-string #"\n\n")] (for [line...
pathom3 has `pco/?` to make an input optional, so in your example `last-name` should just be an optional input and there should only be one resolver for full-name,
This confused me for some time, I use the rcf with gitlibs now to include that commit. didn't encounter any other issue with it, would be worth releasing imo