practicalli

https://practicalli.github.io/ http://yt.vu/+practicalli (youtube)
Jakub Holý 2020-08-05T11:20:54.282600Z

@jr0cket typo at https://practicalli.github.io/clojure/clojure-tools/data-browsers/portal.html "new project that uses allows" I couldn't find how to edit it on GH to send a PR.

practicalli-john 2020-08-06T16:36:49.283900Z

@djblue thanks for spotting that, I've updated the alias and have one for clojure, web and node now. I am using the JVM approach. I seem to get a few bugs running web and node, so will do a bit more testing when I am less ill (I could be doing something silly)

1💯
djblue 2020-08-06T16:44:23.284100Z

What type of bugs are you seeing?

practicalli-john 2020-08-06T17:59:01.284400Z

Running the node clojurescript repl, when using (portal/open) I get the error

(node:329481) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must
be of type string. Received null
I can raise an issue if you prefer with the complete stack trace.

djblue 2020-08-06T18:53:41.284800Z

I think it's probably related to not finding chrome :thinking_face:

djblue 2020-08-06T18:54:16.285Z

Fixed in jvm version forgot about node

djblue 2020-08-06T18:56:25.285200Z

I'll get that fixed up soon 👌 thanks for letting me know

practicalli-john 2020-08-06T20:01:46.285400Z

Great work so far, looks a very promising tool. Thank you

1
practicalli-john 2020-08-05T11:58:07.282700Z

Thanks for spotting, fixed it now. I re-wrote it to make a bit more sense (now I am less full of flu) I use http://GitBook.io to generate the published pages, so edits need to be generated and published. Details are on the http://practicalli.github.io/clojure/contributing.html page

1👍
djblue 2020-08-05T23:08:26.283200Z

Another quick note, for the :inspector-portal alias, it looks like you are defaulting to clojurescript version of portal. It should work in both the jvm and node runtimes 👌

djblue 2020-08-05T23:09:05.283500Z

Also, unfortunately I stoped checking in main.js so git deps won't work anymore 😬