@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.
@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)
What type of bugs are you seeing?
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.I think it's probably related to not finding chrome :thinking_face:
Fixed in jvm version forgot about node
I'll get that fixed up soon 👌 thanks for letting me know
Great work so far, looks a very promising tool. Thank you
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
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 👌
Also, unfortunately I stoped checking in main.js so git deps won't work anymore 😬