Brecht Machiels

Results 214 comments of Brecht Machiels

Sorry, I should have been more specific. I want to record the release date in a Python source file. This works for a changelog, because it **adds** a new section....

I have the same problem with 0.4.1 on macOS 10.12.3 (16D32): ``` Checking for other instances of Aporia. Waiting for instance confirmation (for 2 seconds)... No response. Proceeding with startup....

Installing aporia using nimble from nim HEAD (and the dependencies using Homebrew), 0.4.1 does work.

`text` here should be of the `citeproc.string.String` type. Perhaps [CiteProcJSON.parse_names()]( https://github.com/brechtm/citeproc-py/blob/7ebd0d6ab983d2632acc34916c25587c20e056f4/citeproc/source/json.py#L68) should convert the values of `name_data` to `String`?

#120 is only relevant to development, so don't let this delay a release. As always, I'm quite busy with other projects, so it would be great if you could make...

Ah, I didn't know what [`auto`](https://intuit.github.io/auto/) was. Looks neat! It seems a bit over the top at first glance. But I agree that having to manually create releases is a...

I was also having a look at this one. In trying to fix it, I'm running into other issues, e.g. parsing top-level TeX macros. Apparently, ancient changes in my working...

The problem is that the BibTeX spec (documentation) lists only a small number of fields. Most seem to have been added afterwards in and ad-hoc manner. So, before, I was...

Thanks John! I'll process this PR and other PRs/issues before the end of this year.