Andri Möll

Results 198 comments of Andri Möll

I find zero to be a relatively sane default and for the rare record type cases where it's not applicable, overriding the derived `def` implementation is a keystroke away. I'm...

Not the maintainer. A mere user.

While I too find the function instance of `Default` to be in no way intuitive, I think some of the critiques of `Default` laid out above aren't so much the...

I mean something like `{__proto__: SHARED_HEADERS, Host: "foo"}` or a prototyped obj created with `Object.create`. I'm extracting the headers back out of the object Aws4 mutates as that's the interface...

You don't need to call Fetch with a `Headers` object. You can call it with a plain object, just like Node's HTTP requests. Something like: ```js fetch("https://....amazonaws.com/bucket", {method: "PUT", headers:...

Ah, thanks. That'll do it. You might want to add it to https://github.com/hlandau/acmetool/blob/master/_doc/SCHEMA.md, too, as right now I don't think I would've discovered it without your help.

I gave `perm` a try and if I'm not mistaken, it expects to set permissions on entire directory. I was attempting to only lock down `conf/target`, but that errs with:...

Just stumbled upon the same question. I take it no progress since 2015. :)

I suspect this is related to the weird Applicative instance in http://hackage.haskell.org/package/digestive-functors-0.8.4.0/docs/src/Text.Digestive.Types.html#Result which caused the Monoid problem in #113 in the first place. If anything, `Result` looks like a semigroup,...

Or how about a quote character? Quotes are commonly associated with... quotes. :)