Nate Vack

Results 6 issues of Nate Vack

Python 2.6 doesn't support `{}`-style set literals; replace it with the semantically-identical `set([])` syntax. This seems to fix CommonMark-py on Python 2.6 Addresses #24.

Hi, It looks like CommonMark-py very nearly works in py 2.6 -- there's a trivial change to make in entitytrans.py. I'll drop a pull request...

Hi there, I've been trying to get serviceworker assets to not hit my Rails app with every request. Is there Evil in having a cap task symlink (or copy) the...

Hi folks, I'm out here looking for a good example .zenodo.json file, and though "well of course there will be a good one in the zenodo project itself!" Turns out,...

Setting this to True will ask REDCap to import records in the background; this will work similarly to the background import in the Data Import Tool. Because this flag is...

Hey y'all, Our REDCap instance would like us to do big record import batches using `backgroundProcess=1` -- would y'all have any objection to a PR that would add this arg...