-
Seems like it is an infinite loop in the datafy-tsm implementation. Removing the `datafy` call from `(assoc m k (datafy v))` and leaving just `v` seems to solve it for the regular `datafy`. This is al…
-
This ticket is to follow up on the plans for documentation that Alex confirmed in response to this Question on Ask Clojure
https://ask.clojure.org/index.php/11032/are-there-plans-for-official-docs-…
-
```clojure
(tests
(def h (clojure.java.io/file "src/"))
(type h) := java.io.File
(datafy h)
:= #:user.datafy-fs{:name "src",
:lastModifiedTime _,
…
-
I'm trying to create a namespace that initializes the python connection, and goes on to define some analytic functions which can then be required from other namespaces. If I evaluate this namespace in…
-
Looked a bit at this before. Calling into python functions and receiving datafied returns works. Need to look more at performance and using from multiple jvm threads.
https://github.com/clj-python/li…
-
See `clojure.java.jdbc` blog post for insights on how hard/easy this could be: http://corfield.org/blog/2018/12/03/datafy-nav/
Test with https://github.com/Lokeh/punk#jvm
Other inspiration:
htt…
-
Assuming a fresh setup for the standard example, (tap> [(atom {:a 1})]) leads to the following in the Entries pane:
```
id: 0
value: [#object [cljs.core.Atom {:val {:a 1}}]]
```
Clicking on t…
-
For now, for the following code:
```
(def e (js/Error. "test string"))
;; 1
(bean/e)
;; 2
(->clj/e)
```
1) gives
```
{:clojure$core$protocols$Datafiable$ #js {}, :clojure$core$protocols$…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
Hi!
I really like your project! It is the only clojurescript project, that one could use out of the box.
I have adapted punk for pink-gorilla notebook.
To do this I added a nrepl-op to nrepl mi…
awb99 updated
4 years ago