Avram Lyon

Results 109 comments of Avram Lyon

It also appears that MessagePack doesn't have a standard decimal representation: https://github.com/msgpack/msgpack/blob/master/spec.md#formats

So with vanilla MessagePack, other types are usually packed using the `ext` type: https://github.com/msgpack/msgpack/blob/master/spec.md#ext-format-family msgpack-sharp doesn't currently have a mechanism for registering serializations into the `ext` family, but that would...

I suppose it could just proceed without doing any actual throttling-- the safety check doesn't actually add any safety. A PR here would be welcome-- we're not using this library...

ISSN should also be added to "conferencePaper", pretty much because it's a special case of "bookSection". See, for example, http://ieeexplore.ieee.org/search/freesrchabstract.jsp?tp=&arnumber=5767892

In some sense, yes. But essentially the same logic applies to "bookSection". Book series are frequently assigned ISSNs. Conference papers are published in books. These books are very frequently part...

Added _blogPost_ to list of types that need ISSN, per request on zotero-dev. Not surprising, since blogs are getting more official recognition. Jean-Baptiste Bertrand wrote: "As ISSN France now allocates...

I've just discovered a University of Cincinnati dissertation with an ISBN assigned: http://proquest.umi.com/pqdweb?index=1&did=1251884571&SrchMode=2&sid=3&Fmt=2&VInst=PROD&VType=PQD&RQT=309&VName=PQD&TS=1310932708&clientId=48051 (ISBN 9780542673511). The dissertation is incidentally also available from a print-on-demand publisher on Amazon, but that's actually...

b) I can't find any styles that require it, but I have examples of real citations in published works that use it in place of the date of publication. a)...

And issue is useless without volume, since some newspapers restarted issue numbering with each volume. And volumes are usually the same as years of publication, but even that is not...

Could we have this handle both single issues and entire runs by simply using date ranges and ranges for issue and volume? What about CSL mappings?