Fork me on GitHub
#clojurescript
<
2018-08-11
>
urbanslug10:08:42

is there a stringify-keys in clj s ?

euccastro17:08:47

thanks @U662GKS3F! I didn't know about this

nenadalm17:08:22

I didn't know about it either, I just opened cljs api and searched for stringify-keys 🙂

urbanslug18:08:57

@U662GKS3F What do you mean by you just opened the cljs api?

nenadalm18:08:52

I meant this page: https://cljs.github.io/api/ it should list all available cljs functions probably (as opposed to cheatsheet http://cljs.info/cheatsheet/ where you can find only ones that are most used).

urbanslug18:08:01

wow thanks 🙂 I didn't know this resource.

urbanslug10:08:00

I don't want to JSON.stringify because it's not the same thing

euccastro13:08:42

@urbanslug I don't think there is [P.S.: I was wrong, see correct response in the thread above]. [More distracting stuff edited out]

dottedmag14:08:42

Is there an inverse for cljs.reader/parse-timestamp in standard library?

dottedmag14:08:22

(str <inst>) prints a human-readable representation.

dottedmag14:08:20

Oh, I see the code I need is buried inside pr-writer-impl

mfikes14:08:37

Yeah, I’ve resorted to copying out parts of that code when needed

dangercoder15:08:05

Anyone who built a navigationbar in Clojurescript using re-com? Need some inspiration 🙂. Currently building my own using their components.

idiomancy18:08:57

is there a good cljs/react way to do something like a font face observer? poll to see if a font has loaded and then timeout if it hasn't?

Karol Wójcik19:08:44

@bhauman Will you deprecate the regular figwheel repl?

Karol Wójcik19:08:14

I am asking because I found a bug in figwheel which does not exists in figwheel-main.

Karol Wójcik19:08:26

Which is great. PS: I love your tools

bhauman19:08:00

you should still report the bug, figwheel-sidecar is going to be around for a while

bhauman19:08:23

but I don know that some things are fixed in figwheel-main

bhauman19:08:54

that are harder to fix in figwheel-sidecar

Karol Wójcik19:08:00

Ok. So I will report the bug to figwheel with the minimal repro 😛 Maybe I will even try to contribute:P At least I will try