Ben Selfridge

Results 12 comments of Ben Selfridge

Currently working on this here: https://github.com/matterhorn-chat/matterhorn/tree/feature/pandoc The new plan is to write the help in Pandoc's AST so that we can convert it to any format supported by that library....

Sounds good -- I think this was a nice proof-of-concept, but ultimately isn't super crucial and would be fun to pick up at a later date.

Hi Benjamin, I had the same problem, and found the solution here: https://gist.github.com/mlafeldt/3885346 Just placing that elf.h header file in /usr/local/include did the trick.

The example in the link I posted matches the one I ran into. Trying to parse: ``` \begin{Verbatim}[commandchars=\\\{\}, codes={\catcode`$=3\catcode`^=7\catcode`_=8}] ``` Right now, I get a parse error on `$`, I...

@XAMPPRocky Any progress on this? I'd love this feature, and might be up for implementing a patch for it.

I see no downside to including a cabal file, at the very least. That way Haskellers don't have to do anything extra to build Forvis in a way that's natural...

Thanks for your time and input, Marnie!

@hasufell Right -- didn't mean 0 necessarily, but it looks like it's telling you to keep the same `B` and `C` after incrementing `A`. @sjakobi that's about what I had...

The problem is that `updateIniSections` never checks for optional sections whose fields have been modified from their default values. It simply walks through the sections that already exist in the...