Results 721 comments of Alexander Batischev

Hi! As far as I understand, ProseMirror is a greatly enhanced ``, so it can't modify files on disk by itself; we'll need some sort of dynamic web backend built...

I'm not too keen on maintaining a dynamic web backend in Hakyll. I believe Hakyll already provides a way to swap out an implementation of `watch`, so it seems this...

I don't think it's possible to *change* the implementation of `watch`; what I had in mind is swapping a new one into its place. https://github.com/jaspervdj/hakyll/pull/959 describes how one could add...

> Firstly, according to https://github.com/jaspervdj/hakyll/issues/298#issuecomment-55239158 I shouldn't need to do this, it should be the default. Does anyone know what's going on? I don't. Is your site's code available anywhere...

Fixed by #1024. I'll make a patch release with those improvements after merging the few outstanding PRs and updating some of the dependencies.

@tobiasBora As a middle ground, you can supply the path via an environment variable, which you read at the start of `main` and put into a `Configuration` which is then...

@Radvendii I never used Nix flakes. Looks like a wrapper over the user's Cabal project? Can you explain why a user would want to build from different directories depending on...

Okay, I think I understand the use-case now, but I still disagree that these options make sense for Hakyll. The comparison to Hugo is misguided: Hugo follows a "convention over...

@0xd34df00d, gentle ping ;) It'd be nice to get this merged.

@rpearce, thanks for picking this up! Doesn't your solution suffer the same problem as the original one though, i.e. it swallows all kinds of spaces because it uses `isSpace`? Other...