Haikal Ryclova-Pribadi

Results 94 comments of Haikal Ryclova-Pribadi

You're right, it's coursier, rather than slf4j. Should have read the logs better. I've updated the issue title now. Seems like there are 2 related issues out there: https://github.com/lihaoyi/Ammonite/issues/798 and...

Hi @johnynek , have you got a chance to review PR #247 from @vmax? It should resolve this issue, which would be really nice. :) Thanks!

Thanks, @johnynek ! We look forward to seeing the auto-release working! :)

Thanks, @johnynek. I'm happy to submit a PR for this, but I should first understand what the expected usage of `license` is. Are we supposed to declare `license` individually per...

We actually already do have it in a different directory. However, we also see the value on declaring the license of your dependency - it fits our use case. Anyways,...

Thanks, @johnynek. > so, you are downloading from bintray there... > Why is that? could they be silently changing the jars? It produced less "missing" warnings/errors than the other repositories,...

At the moment, the reason why I can't move forward with the aether generated dependencies (even though it completes with no errors) is because of issue #184. Do you know...

I've reverted back to `url: https://repo.maven.apache.org/maven2/` (and `resolverType: "coursier"`). And now it complains: ``` [main] ERROR MakeDeps - resolution and sha collection failed java.lang.RuntimeException: no artifacts for servletapi:servletapi:2.3 found java.lang.RuntimeException:...

is there a config to disable the `sha` check for `coursier`, @johnynek ?

Sorry for the late reply on this, @johnynek. I will try to upgrade coursier once I'm done with our current migration from Maven to Bazel, and will let you know...