tekul

Results 25 comments of tekul

Yeah, it only seems to mention PEM format for RSA keys. It seems a bit of an omission though, since a client would then have to know the format in...

@thoferon Can't you just override `haskellPackages` and call the `dontCheck` function on the existing package, like in [this example](https://github.com/Gabriel439/haskell-nix/blob/2c8c4f99e4a8826d5424928bed994db917df01b1/project4/release2.nix#L18). I think that's probably simpler.

I noticed this too. It happens if you browse the categories list from the left sidebar. You can browse directly to https://smallcultfollowing.com/babysteps/categories/ though and get a page with a categories...

Since nothing is appearing there at all, I think this is also a problem because of https://github.com/haskell/haddock/issues/584. If the modules aren't qualified to `X` then the function information does appear...

I've just run into this too. In my case I was using a data type with a `UTCTime` in it. I don't even really need the date value in the...

Hakyll itself isn't currenly in lts-7 because the latest hackage release has package bounds which are incompatible with other libraries. The latest `snap` release version in lts-7 (snap-core-1.0.0) is outside...

@sakshamsharma If you don't need the latest Hakyll changes in 4.9.1.0 (they mostly seem to be dependency changes), you can build if you use ``` extra-deps: - hakyll-4.9.0.0 ``` in...

@ThibaudDauce Stackage only includes minor version number changes for each major LTS version. It won't be there until LTS 8.

My understanding of the switch from Task to Cmd for each page is that previously, the transition to the page would not take place until all the data had loaded...

@frederikhors Not sure what you mean by "not what it seems here". That's the new version - it loads the page immediately then loads the content (the feed and tags).