Alexandre Archambault

Results 459 comments of Alexandre Archambault
trafficstars

>Does this is also work similarly for .dll files on windows? It should, yes.

These need to be updated, yes. Feel free to submit PRs to remove those.

Maybe we should do the same as Mill in https://github.com/com-lihaoyi/mill/pull/1308. Are you having the same issue with a coursier-installed Ammonite, or with `cs launch ammonite`? I don't have this issue...

@chipmunc56 The akka API evolved from 2.1 to 2.2, so the upgrade is not straighforward. About stoppers, I don't know if there are ones or not.

@vorner The command that runs the server is built before [this line](https://github.com/dragos/dragos-vscode-scala/blob/41939453d8efa2ee020bc37236d04fc2b4f7d553/scala/src/extension.ts#L71). It roughly looks like ``` $ java -Xmx768M -Dvscode.workspace=… -Dvscode.logLevel=… -jar path/to/coursier-jar launch \ -r https://dl.bintray.com/dhpcs/maven \ -r...

No idea what's going on here. Locally, everything's well formatted 🤷‍♂️

Oh, that's why tests pass locally for me in https://github.com/scalameta/metabrowse/pull/269…

I reworked a bit the commit history, to make it easier to review this. I'll have a closer look a bit later.

I'm in the midst of reviewing this. I might push a slightly reworked version of it, either here or in another PR.