You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it appears that the download link is broken. I'm getting a "Not Found" github page.
I see that the code that does the pre-processing is in docs/build.sc.
I would like to contribute a bit more, if that's okay. Mainly on docs.
It would be nice to create a separate github project that anyone can run git clone. I believe that everyone has git installed, and there is more trust when getting something directly off git. I see that is a widely popular method of onboarding (spring boot, akka-http, play).
Provide the dependencies in the format of multiple build tools that can be copied. I feel like allowing the use of the widely popular build tools is a good idea for onboarding: maven, sbt, mill. A bit like akka-http did it for sbt and maven.
After all, I don't think anyone will change their build tool just for one project. There is a bigger game ; ) I think the simple style of Scala is very appealing!
The cask server doesn't print the port when it starts.
There is a link to gitter from the docs, I think now the community is on discord. I will raise a PR for this one.
The text was updated successfully, but these errors were encountered:
I've noticed that the badges could benefit from some polishing, as
mentioned in #117.
1. The travis badge doesn't appear to work anymore.
2. I've noticed that the community is now on discord and that gitter has
very low activity.
I see that the #com-lihaoyi discord channel is pretty active.
I did manage to generate the docs using `./amm build.sc` with java 8,
and here how the docs page looks now.
<img width="1286" alt="Screenshot 2024-01-28 at 23 53 11"
src="https://github.com/com-lihaoyi/cask/assets/224201/2efedbba-34f9-4619-b771-b9b1a4e866f3">
I could also update the README of the project with the badge to discord.
Hi,
First of all I want to thank the author of this project for the amazing work.
So I wanted to try out the cask library, I went to the documentation page https://com-lihaoyi.github.io/cask/
But it appears that the download link is broken. I'm getting a "Not Found" github page.
I see that the code that does the pre-processing is in docs/build.sc.
I would like to contribute a bit more, if that's okay. Mainly on docs.
git clone
. I believe that everyone has git installed, and there is more trust when getting something directly off git. I see that is a widely popular method of onboarding (spring boot, akka-http, play).After all, I don't think anyone will change their build tool just for one project. There is a bigger game ; ) I think the simple style of Scala is very appealing!
The text was updated successfully, but these errors were encountered: