Daniel Chambers
Daniel Chambers
We're having the same problem as @ilyagr above. An interesting thing we've discovered that this only seems to be an issue when multiple .hs files are involved. For example, if...
We've since discovered that we can make this problem go away by listing all the non-exposed modules in the test project (ie almost all of them) in the `other-modules` section...
No, that was the only thing that changed for us. But it worked sometimes even before that, so there might be something else in play causing the issue for you....
I've done a bit of investigation into this issue and it's a bit more complicated than it seems. The default schema `public` is currently hardcoded and is used for a...
@seanparkross I don't think this should be closed. The suggested solution is a workaround and doesn't solve the issue with the count aggregate. This issue was opened to highlight the...
Further reading leads me to believe that what Paket supports is "[nuget.exe credential providers](https://docs.microsoft.com/en-au/nuget/reference/extensibility/nuget-exe-credential-providers)", whereas Azure Artifacts provides a "[NuGet cross platform authentication plugin](https://docs.microsoft.com/en-au/nuget/reference/extensibility/nuget-cross-platform-authentication-plugin)". These appear to be a new...
I've done a little sniffing around NuGet and the Azure Artifacts Credential Provider code. It seems like this "Plugin" model is implemented in the `NuGet.Protocol` package. Would we be against...
Looks like that issue is https://github.com/fsprojects/Paket/issues/3531. @slang25 went down the same path with `NuGet.Protocol` as I was thinking.
I also have encountered the problem. I think the issue is because the `com.docker.cli` executable in the docker desktop mount is dynamically linked. If you run ``` nix-shell -p file...
I think it's just the docker command. It appears that running `/mnt/wsl/docker-desktop/cli-tools/usr/bin/docker` causes that executable to try to run `com.docker.cli` in the same directory, which is where things crash with...