Gwern Branwen
Gwern Branwen
I think this issue should be unclosed. I just ran into a similar problem where I assumed that the `Pandoc` ASTs being passed into my transformation pipeline would have their...
https://github.com/gwern/gwern.net/commit/9542a9a4693d0e3f34bc79f420b37fe0066305c6 It's fairly straightforward: I use a `pandocTransformWith` to run a bunch of Pandoc API transformations; for 'index' pages (pages which have `index: true` set in the YAML metadata eg...
I would appreciate it if the data generation were deterministic. When your RNN takes weeks to train and you decide you need to change something in the data, it'd be...
Looks like I got the blaze slightly wrong. Here's a diff which seems to work for me: ```.diff diff --git a/lib/Hakyll/Web/Tags.hs b/lib/Hakyll/Web/Tags.hs index 88119c2..9a4b87a 100644 --- a/lib/Hakyll/Web/Tags.hs +++ b/lib/Hakyll/Web/Tags.hs @@...
Any problems with that diff? It so far hasn't produced any problems for me: the tooltips work and are valid HTML/CSS according to the validators.
Any feedback on this? I'd particularly like this upstreamed because my attempts to define it inside my own hakyll.hs have foundered on type issues with the deriving Binary & Item;...
[0002-File.hs-symlink-based-static-file-compiler-for-multi.patch.txt](https://github.com/jaspervdj/hakyll/files/5527460/0002-File.hs-symlink-based-static-file-compiler-for-multi.patch.txt)
So I happened to undo my local patch while doing a reinstall of my Pandoc toolchain to pull in a fix related to `` handling, and I think there was...
If it's unclear which function to use, perhaps we can push it onto the user. Right now my hack is to add in a `/home/gwern/wiki/` prefix to make the symlink...
I have not tried using hardlinks before, but I'm willing to give it a try.