Fork me on GitHub
#clojurescript
<
2017-01-23
>
akiroz00:01:11

heya~ anyone know where we could add ourselfs to the list of companies using cljs?

ag01:01:51

@akiroz edit the wiki page, no?

lockdownz01:01:38

akiroz with a pull request

sova-soars-the-sora01:01:48

Hello. is it possible to access ring session data from within cljs?

akiroz01:01:11

@lockdownz um... how do I edit a wiki page with a PR?

ag01:01:22

@akiroz clone the wiki project git clone

akiroz01:01:16

Oh~ didn't know the github wiki is a repo itself, thanks!

sova-soars-the-sora01:01:24

github : repos as code : data

akiroz01:01:14

hmm... seem like github doesn't support PRs to the wiki repo and the main repo doesn't take PRs.

benzap03:01:04

Anyone here tried the latest chestnut template? I can't get it to work on a windows machine

benzap03:01:09

been trying to update an old project to use the latest versions of clojurescript, and figwheel, and ran into the same issues

benzap03:01:45

@bhauman Loving figwheel, but ran into some issues with the latest version. Are there any breaking configuration changes between figwheel 0.5.1 and 0.5.8? Trying to update an old web app.

benzap03:01:40

Going to look into it a bit more, it might have something to do with the clojurescript version, I updated from 1.7.228 to 1.9.293

plexus11:01:35

@benzap a ticket on https://github.com/plexus/chestnut would be appreciated. I would like Chestnut to work on windows just the same, it's where many beginners are. I can help figure out and report the problem upstream.

dnolen12:01:00

@akiroz you want to send a PR to the clojurescript-site repo. Eventually the wiki will go away in favor of the new site.

talexxx20:01:12

This is a pretty basic question, but how do I inspect the contents of a vector? Even if I force evaluation of a lazy sequence by using (vec I don’t get something useful from (js/console.log.

anmonteiro20:01:36

@talexxx for the simplest cases just use println instead of console.log

talexxx20:01:34

In CLJS DevTools 0.9.0, an exception was raised during value formatting.

 Error: :a is not ISeqable(…)

talexxx20:01:26

Never mind, I may have just been nesting too deeply.

talexxx20:01:34

Thanks for the help!