heath
heath
- Friend of mine has a little experience writing Python code for data science applications. - He wants to learn because he thinks Elm could be good for writing web...
It could potentially be nice to have inline documentation of function parameters... Maybe it is better practice to create a type alias for each and every parameter, but sometimes it's...
Command used: ``` $ nix-shell --verbose evaluating file '/nix/store/jq6npmpld02sz4rgniz0qrsdfnm6j17a-nix-2.3/share/nix/corepkgs/derivation.nix' evaluating file '/Users/heath/local/gRPC-haskell/release.nix' evaluating file '/Users/heath/local/gRPC-haskell/nixpkgs.nix' evaluating file '/Users/heath/local/gRPC-haskell/fetch-nixpkgs.nix' evaluating file '/nix/store/h57pn2y6669p1jyg28f5ip9sa404b3ag-source/default.nix' evaluating file '/nix/store/h57pn2y6669p1jyg28f5ip9sa404b3ag-source/lib/minver.nix' evaluating file '/nix/store/h57pn2y6669p1jyg28f5ip9sa404b3ag-source/pkgs/top-level/impure.nix' evaluating file '/nix/store/h57pn2y6669p1jyg28f5ip9sa404b3ag-source/pkgs/top-level/default.nix'...
Following along with _Installing GRPC for stack (MacOS)_ in the README.md, this command seems to have run successfully: ```shell bin/install-macos-nix-grpc.sh ``` This command fails building grpc-haskell core: ```shell $ stack...
Nice library! I'm receiving this error when attempting to build gerber-diagrams within a nix-shell: ```shell [13 of 16] Compiling Gerber.Evaluate.GraphicsState ( lib/Gerber/Evaluate/GraphicsState.hs, /Users/heath/local/haskell-gerber/dist-newstyle/build/x86_64-osx/ghc-8.6.5/gerber-0.2.0.0/build/Gerber/Evaluate/GraphicsState.o ) [Data.Monoid.Deletable changed] [15 of 16] Compiling...