punk
punk copied to clipboard
A data REBL built for the web
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
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 was hoping to use punk to inspect shadow-cljs's compiler state ``` clojure (defn compile-prepare-hook {:shadow.build/stage :compile-prepare} [build-state & args] (tap> [::compile-prepare build-state args]) build-state) ``` This caused errors on...
Using ->> seems to work better.
Perhaps at the following line: https://github.com/Lokeh/punk/blob/0c6e529429837c00958d41e09fd672f49778dedf/ui/src/punk/ui/core.cljs#L188 the intention was to have `:next.view/key`?
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}}]] ```...
I have a new design in mind that will provide the ability to navigate multiple structures at once, rather than right now where you may only navigate into one data...