Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release pod-babashka-lanterna 0.0.1 #7

Closed
borkdude opened this issue Jan 5, 2021 · 6 comments
Closed

Release pod-babashka-lanterna 0.0.1 #7

borkdude opened this issue Jan 5, 2021 · 6 comments

Comments

@borkdude
Copy link
Contributor

borkdude commented Jan 5, 2021

We already have a working example:

https://github.com/babashka/pod-registry/blob/master/examples/lanterna.clj

@THOUSAND-SKY
Copy link

Hi, is it released yet? The configured url does not have it, at least. What has to be done?

@borkdude
Copy link
Contributor Author

borkdude commented Nov 9, 2022

You can download a binary for mac or linux here:

https://app.circleci.com/pipelines/github/babashka/pod-babashka-lanterna

and then run the pod manually with:

(pods/load-pod "./local-binary")

The lanterna pod is a bit experimental, so it needs testing before release.

@THOUSAND-SKY
Copy link

Got the binary, thanks.

Unfortunately seems to hang for me:

$ bb
user=> (require '[babashka.pods])
nil
user=> (babashka.pods/load-pod "./pod-babashka-lanterna")
*hangs*

@borkdude
Copy link
Contributor Author

borkdude commented Nov 9, 2022

Oh right. You need to specify this:

(babashka.pods/load-pod "./pod-babashka-lanterna" {:transport :socket})

@THOUSAND-SKY
Copy link

Thanks! Example works now, I can work with this.

@borkdude
Copy link
Contributor Author

Done releasing 0.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants