Manuel
Manuel
The headers that are used to sign the `GetObject` do not work. See https://docs.aws.amazon.com/general/latest/gr/sigv4-create-string-to-sign.html and https://docs.aws.amazon.com/general/latest/gr/sigv4-create-canonical-request.html The requests fails with (note the StringToSign section): SignatureDoesNotMatch The request signature we calculated...
I have following cabal file, where I left out uninteresting parts: cabal-version: 1.12 name: app version: 0.1.0 build-type: Simple library exposed-modules: Application DataTypes ... hs-source-dirs: src shared default-extensions: NoImplicitPrelude, ViewPatterns...
see https://github.com/HuwCampbell/grenade/issues/51
Hi, I'm missing the `groupBy` function for lists/sequentials. Is there a reason why it's not there?
Hi, my org-gcal-file-alist looks like this: (setq org-gcal-file-alist '(("###@gmail.com" . "~/Documents/Planning/default.org") ("###@group.calendar.google.com" . "~/Documents/Planning/university.org"))) That is, I have two calenders, for each a file. Now, whenever I add a new...