Francesco Gazzetta
Francesco Gazzetta
Not that I know of
~~I don't think running Cabal on a package is strictly necessary here. For repl at least, it should be enough to use an in-memory empty project, though maybe this needs...
> The eIDAS Regulation and the ARF do not exclude the possibility of installing a Wallet Instance on non-Android or non-iOS smartphones That is true, however this issue is about...
by the way, i found it surprising that cabal init --overwrite changes the working directory to `$PWD.save$n`. I think we should at least add a message informing the user of...
@emilypi you're right, I mixed up my binaries. the spacing is fine, but the error is still there: ``` $ cabal init -n --overwrite [Log] Guessing dependencies... [Log] Using cabal...
Yes, that's a constraint on the version of Cabal (the library) used to build the setup script (Setup.hs). It isn't specified in the OpenGL .cabal file, so it [defaults to
I also need something like this for https://sr.ht/~fgaz/nix-build-cabal-project/ All the existing ways to fetch and vendor all dependencies have issues: * One way is to set `remote-repo-cache: /path/to/vendor` in the...
iirc it was done to conserve resources. However since then we got more free ci time and parallelism from github, so changing it should be fine.
I think this can be solved in a similar fashion as #7676. Maybe since it's less explicit than a flag and it could cause problems without the user knowing it's...
Looks like it isn't possible to do this with the github api https://stackoverflow.com/questions/41581151/how-to-upload-an-image-to-use-in-issue-comments-via-github-api Where should the images be uploaded then? Just adding the store path + cache of the test...