Fork me on GitHub
#clojurescript
<
2019-04-28
>
dangercoder10:04:32

Anyone knows a cljsjs component for avatars/profile pictures? with upload

4
dangercoder10:04:26

I've seen the material UI one but I would like to have a profile picture that lets you change it by clicking it. 🙂

dangercoder13:04:28

I composed my own.

john16:04:35

In a recent interview about WASM with Lin Clark and Till Schneidereit, they get into a discussion about sharing garbage collection semantics between a wasm hosted language and its embedding JS env. Till says: "there is a standardization effort underway to add GC support for some languages..." explaining how Go's built-in GC will not necessarily fit well. Then they get into talking about how ClojureScript will likely be a great fit for this new WASM GC integration, since it already speaks the same JS-GC semantics. - https://app.pippa.io/public/streams/5c41923801f1e74d22ffbc9e/episodes/5cbeb1c2fe324a2e6bebb817.mp3

john16:04:08

The CLJS commentary is about 10 minutes into the interview.

john16:04:29

Lin keeps saying that SharedArrayBuffers are still turned off in current browsers, but they've been back on for a few months AFAIAA

joshkh19:04:13

to the SPA developers out there, what's your typical file size for your cljs :optimization :advanced projects?