Timothy Washington

Results 22 comments of Timothy Washington

I'm going through learn onyx now, and find it to be a great resource. One suggestion though, is to provide answers to the _"questions"_ put forth in the missing code....

Hey @lbradstreet I think the main thing is communicating to the user, that those peer values have to be in a range. Your suggested error message would've helped a lot...

Hey @plexus Thanks for responding. Fair enough. The NPM dependency in question is `firebase-admin` (see [here](https://www.npmjs.com/package/firebase-admin)). And indeed, running a regular cljs repl with a stripped down `deps.edn` (no shadow),...

Hey, thanks for getting back to me. At the end of the day, I think JSX would just emit `foo` to the HTML string. WebComponents are a W3 spec (Shadow...

Hey Creighton, Currently, when using Om's DOM API, it goes through that whitelist above. But you're saying that when Kioo renders, it can fall back on React's API to create...

Right right. Well I'll keep my eyes peeled as to any docs that could be added. Thanks again! Tim Washington Interruptsoftware.com 415.283.8889 On Sun, Jul 12, 2020 at 11:34 AM...

Oh, very interesting. Things like clojure.core.async.impl.protocols/closed? Available but not meant to be publicly consumed? I could see that being very useful. Maybe under a *Miscellaneous* section, or something. Tim Washington...

Yes, agreed. Right now, Clojuredocs has my goto documentation for core.async . - https://clojuredocs.org/clojure.core.async Tim Washington Interruptsoftware.com 415.283.8889 On Mon, Jul 13, 2020 at 1:22 PM Andy Fingerhut wrote: >...

Also, is there an example of multiple calls to `submit-job`, for separate but overlapping workflows (core.async or kafka)? So that would be i) an input core.async channel (or kafka topic)...

As a follow on, I saw the this function in **vpn_user_data.sh**. ``` function wait_until_marathon_is_running { until $(curl --output /dev/null --silent --head --fail http://${internal_master_lb_dns_name}:8080/v2/info); do echo "waiting for marathon" sleep 5...