David Smith

Results 41 issues of David Smith

I installed from the latest README instructions, when running the service I get the following ``` vpnkit: [ERROR] Vmnet.Server.listen: read EOF so closing connection vpnkit: [INFO] Vmnet.Server.listen returning Ok() FATA[0083]...

I'm trying to build a derivation that requires CA certs but even though I've tried adding `pkgs.cacert` to `buildInputs` and `nativeBuildInputs` I can't get this to work. Is this something...

Hi, is there an http client for chez? I haven't been able to find anything. Sorry to open an issue but I couldn't find a better way to contact you...

I am interested in using these optimizations in bazel but at this point I will already have compiled the purescript code. Can these optimizations be applied without access to the...

I'm trying to build https://github.com/kemitix/thorp using a `mvn2nix-lock.json` file generated using `mvn2nix pom.xml > mvn2nix-lock.json` however one of the dependencies gives me a hash mismatch when I try to `mvn2nix.buildMavenRepositoryFromLockFile...

Clone https://github.com/input-output-hk/plutus Run `time nix-instantiate default.nix -A haskell.projectPackages.language-plutus-core` I would expect this to take a few seconds but in the following examples I run it twice NixOS machine: ``` [~/plutus]#...

preserved

I had issues get everything working on my mac but nix helped and this shell.nix should work on linux as well.

If possible, please include complete self contained source files (for example by uploading to https://gist.github.com) that exhibit the issue in addition to quoting from them here. The smaller the example...

# Steps to Reproduce Check ``` f : Ord k => SortedMap k v -> List (k, v) f m = case sortBy (\(x, _), (y, _) => compare x...