Sam A. Horvath-Hunt

Results 399 comments of Sam A. Horvath-Hunt

Arguably this is like `t.type({ a: t.foo })` ignoring `b` in `{ a: foo, b: bar }`. They're both product types ignoring excess properties.

Came here just to request this. Would really appreciate a dark theme!

I was just looking into this and discovered the `layout` config option: `layout: compact` (default): ``` 12:00 user: x user: y user: z ``` `layout: aligned`: ``` 12:00 user: x...

JavaScript too with template strings: const name = 'Hodor' console.log(`Hello, ${name}.`)

Here's my `stack.yaml`: ```yaml resolver: lts-16.31 extra-deps: - envy-1.5.1.0 - hal-0.4.6 - megaparsec-9.0.1 docker: enable: true ``` Built with `stack build --copy-bins`. Doing that, I can see `.stack-work/docker/_home/.local/bin/bootstrap`, which my...

``` $ docker run fpco/stack-build:lts-16.31 ldd --version ~ ldd (Ubuntu GLIBC 2.27-3ubuntu1.2) 2.27 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions....

As a sanity check I've deleted `dist-newstyle` and `.stack-work` and rerun, no change. Is this part of the `sam` error relevant? ``` Skip pulling image and use local one: amazon/aws-sam-cli-emulation-image-provided:rapid-1.17.0...

`stack build --verbose` printout includes the string "fpco/stack-build:lts-16.31" so that's _probably_ being used as expected.

``` $ docker run amazon/aws-sam-cli-emulation-image-provided:rapid-1.17.0 ldd --version ~ ldd (GNU libc) 2.17 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There...