Profpatsch

Results 462 comments of Profpatsch

git annex is awesome, but quite a heavyweight (500+ modules when compiling, dozens of dependencies). Binary data should be stored inside the repo though (otherwise the big advantage of git—offline...

> We have to think hard about whether we want such things (and we do not want JSON, that's clear). I think the “empty commit” idea is the way to...

Is it possible to add multiple files with mimetype? Is it possible to attach other messages? Are headers standardized (incl encoding)? MIME does a lot more than a few headers....

> But buried [in their paper](https://wiki.eecs.yorku.ca/course_archive/2013-14/W/6339/_media/practicalearleyparsing.pdf) is a solution to the zero-length rule bug. And this time the solution requires no additional bookkeeping. Have zero-length rules been a problem in...

Same for e.g. `-e html5`, so it’s probably a parsing issue. The svg example from the readme works just fine, so I’m reasonably certain I built the executable correctly: ```...

Cool! Thanks for the help. I can’t promise when I’ll come back to this, but maybe I find some time to try out your suggestions this weekend.

See https://github.com/katef/kgt/issues/50, it’s not yet in a displayable format, you have to use `xsltproc` to convert it to a manpage first.

@hgiesel Oh cool, this can be done now I assume?

To be honest, I’ve just used spacemac’s own declarative package management and updated every month or so. That has worked quite well for me so far.

> but I do think packaging it with Nix would add some potential for extra niceness (like pinning to a patched or unreleased version of Spacemacs just to get specific...