Fork me on GitHub
#announcements
<
2021-11-03
>
Jim Newton12:11:13

I have been appointed chair of the organizing committee of the European Lisp Symposium for 2022, and I'm looking for a couple more reviewers to participate in the program committee. https://easychair.org/cfp/els2022 It would be great if one or two clojurites would be interested in participating in the committee. The main responsibility would be that you would need to read, review, accept/reject and give commentary on 2 or 3 paper submissions. The review process will probably be the first 2 weeks of February 2022. Anyone interested in taking part or if you have questions please let me know.

👏 14
1
Noah Bogart17:11:04

what’s clerk?

mkvlr17:11:16

doh, thought about writing that but then thought the GitHub link would show the description but I guess that's wrong

👍 1
Ivan17:11:07

that's a nice project :thumbsup:

🙏 2
javahippie17:11:35

Waiting to play with it since your :clojureD session, amazing! One question, though: No OSS License?

1
rickmoynihan17:11:29

Yeah was just going to ask that too — you state it’s open source but I don’t see the license. Congrats on the release though, it looks really good. I enjoyed playing with it briefly after your earlier announcement.

mkvlr17:11:43

@U0N9SJHCH @U06HHF230 oh yes, clearly forgot something. will fix the missing license in a bit

neupsh17:11:14

@U5H74UNSF use restriction url i linked there

mkvlr17:11:45

@U3MRWH35M can’t find where it’s coming from, can you point me to the source?

djblue18:11:06

Awesome, can't wait to try it out! Also, a bit off topic but seeing more projects use #babashka for tooling is great!

neupsh18:11:37

@U5H74UNSF sorry I misunderstood you and thought you were asking which page was returning 404. The link i posted is in pricing page under the "What is Nextjournal's Fair Use policy"? FAQ, which ends the paragraph with Usage Restriction policy. And that link returns 404 when clicked.

mkvlr18:11:21

@U3MRWH35M ah, thank you, I fixed it.

🚀 1
Dimitar Uzunov18:11:36

From the demo: ;; open clerk (browse/browse-url (str ":" port))

Dimitar Uzunov18:11:06

browse is not required though, this is an alias to which namespace?

djblue18:11:09

[clojure.java.browse :as browse]

Dimitar Uzunov18:11:22

oh this is pretty neat

neupsh18:11:39

when you use polyglot notebooks can you share data from a cell using one engine to a cell using a different engine?

mkvlr18:11:42

@ULE3UT8Q5 oh actually you can now pass {:browse? true} to serve!, will update the demo to reflect this.

Dimitar Uzunov18:11:34

Oh it's in there, I just didn't know it's the java namespace, lines 15-16 are not needed :)

Dimitar Uzunov18:11:50

Pretty clear demo :)

Dimitar Uzunov18:11:57

oops

Execution error (OutOfMemoryError) at java.util.Arrays/copyOf (Arrays.java:3746).
Java heap space

Dimitar Uzunov18:11:49

(clerk/show! “notebooks/viewer_api.clj”)

mkvlr21:11:30

@ULE3UT8Q5 I've seen this at times, it's a race condition where Clerk would try to write an infinite seq to disc. I'll see that I make the detection more robust or put some (overridable) guardrails in place

Dimitar Uzunov21:11:26

anything I can provide as diagnostic data?

mkvlr21:11:06

@ULE3UT8Q5 does this happen for you every time? I have ideas for fixes and I'll let you know once I have something for you to try. If you can share more about your environment (machine, os) that could also be helpful. Thanks!

Dimitar Uzunov22:11:15

openjdk version “13.0.2” 2020-01-14 OpenJDK Runtime Environment AdoptOpenJDK (build 13.0.2+8) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 13.0.2+8, mixed mode, sharing) On Big Sur

robert-stuttaford07:11:03

gaaaaah not enough time in the daaaaaay

😅 2