genmeblog

Results 169 comments of genmeblog

For such created empty-symbol we need to fix printing (we can't evaluate it).

Maybe even session should be nil and never be assigned to the session

I think data transfer to Clojure solves that issue. RObject represents data on the R side and is only a handler. If user wants to access rows, he/she should transfer...

![image](https://user-images.githubusercontent.com/38646601/154853722-da1fa893-e46b-4c3d-b2d1-f2340774bc6e.png)

Tried with newest version. Synthax quote is not rendered in the code block (but it's rendered). The rest looks ok.

Adding `^:nextjournal.clerk/no-cache` to the namespace fixes above

It dissapears when you clear cache before generating static html

I did a review. I see mainly one issue with changing `typeof` contract. The other two are just optimization proposals.

Thanks! Maybe it's not clear in tutorial but regex can be used only to catch groups, ie. this should work: `#"(\d)\s{1}(\d)\s{1}(\d)"`. If you want to use regex as a split...