Sören Brunk
Sören Brunk
I can't reproduce locally but I think it could be related to the newly added Migration Manager (the mima sbt plugin). Could you got to the commit just before mima...
@ZhiYinZhang almond uses [Coursier](https://get-coursier.io/) for dependency resolution. So if you'd like to add or set maven repositories, have a look at the Coursier docs: https://get-coursier.io/docs/api.html#repositories.
I think it just hasn't been implemented yet. As discussed in #424, the same is true for anonymous request body definitions. Since anonymous objects can be nested, it could make...
Hmm seems I have a talent to always open issues in the wrong repo. ;) Thanks @sjrd @gzm0. Executing `test` explicitly for each subproject works fine for now.
It looks like cross publishing 2.11 and 2.12 has been merged back in February but published binary artifacts would make it much easier to use it in Ammonite etc. Any...
@aishfenton since we were talking about this last week in Lausanne and someone even asked about it in my talk, here's another gentle request to publish a 2.12 version. /cc...
almond uses [ammonite-spark](https://github.com/alexarchambault/ammonite-spark) for Spark which supports Spark 3.0 in recent versions. So if you use almond >= v0.10.1, Spark 3.0 should work. Let's keep this open until we've updated...
Usually the combination is Shift + Tab (pressed multiple times). I'm not able to get neither type hints nor metabrowse working myself at the moment though, even with older versions....
Regarding your first point: While I think we should make this behaviour configurable at some point, there's a simple workaround you can use if you only need the value of...
> Looks like GitHub Actions now has free M1 runners. That should make it easier to get builds running: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ They need to run on macOS 14 though. If you...