portal

https://github.com/djblue/portal
djblue 2020-09-11T05:51:59.036200Z

🎉 https://clojurians.slack.com/archives/C06MAR553/p1599803488226500 🎉

vschepik 2020-09-11T15:23:07.038600Z

Hi @djblue, I am trying to use portal (0.5.0) on the JVM but got stuck with (portal.api/open) which is blocking the REPL as long as the browser is open. Any ideas?

djblue 2020-09-11T15:27:21.038700Z

That's odd, the browser should be launched in a future so it shouldn't block. What OS are you on?

djblue 2020-09-11T15:49:15.038900Z

I can't reproduce locally on OSX :thinking_face:

vschepik 2020-09-11T15:51:08.039100Z

I am running Ubuntu Linux in WSL (Windows Subsystem for Linux).

vschepik 2020-09-11T15:52:02.039300Z

Perhaps it is a problem with my WebBrowser. I will try Chrome or Firefox. Currently I use the more exotic browser Vivaldi.

djblue 2020-09-11T15:52:47.039600Z

I think chromium would probably work best

vschepik 2020-09-11T15:53:38.039800Z

OK, I give it a try

vschepik 2020-09-11T16:13:55.040Z

Good news: I've installed Firefox and now the REPL is not blocked anymore. (I had no luck installing chromium in WSL but Firefox is OK)

vschepik 2020-09-11T16:14:23.040200Z

Thanks for your support :simple_smile:

djblue 2020-09-11T16:20:42.040400Z

Sweet! Let me know if you run into any other issues 👌