Dan Stillman
Dan Stillman
Currently, if the server closes the connection with an error code, the code and reason aren't shown in the console: ``` > foo disconnected ``` This patch adds them to...
citeproc-rs is no longer usable with some bundled styles now that they've been updated to include CSL 1.0.2 terms: ``` zotero(1)(+0000001): CslStyleError: invalid style: bytes 8506..8518 [Error] Unknown attribute value...
https://forums.zotero.org/discussion/93803/performance-hit-with-citeproc-rs When I was testing citeproc-rs in Zotero, performance seemed like a mixed bag: CSL Preview (which generates output in all installed citation styles, and maybe involves an engine instantiation...
citeproc-rs seems to have a problem when an item has many authors. For a single item with 448 authors, copying a bibliography to the clipboard — which generates a bib...
The workaround in https://forums.zotero.org/discussion/93820/how-to-preserve-lowercase-i-in-iphone-imessage-etc-in-titles is dumb and shouldn't be necessary. https://whoo.ps/2013/10/23/how-do-you-capitalize-iphone-or-ipad quotes the Chicago guide on this: > Brand names or names of companies that are spelled with a lowercase...
I changed the QuickLook link on the [plugins](https://www.zotero.org/support/plugins) page to point to the front of the repo, since there's a lot of info that people won't see on the releases...
Any objection to migrating all issues to zotero/zotero (with "Scaffold" label and title prefix) and closing this repo?
Replace separate `detect`/`do` button pairs with a mode drop-down for Web, Search, Import, Export, and have generic buttons for `detect` and `do` that use the selected mode. Default to an...
Given the [template functions](https://github.com/zotero/scaffold/issues/44) we're adding, keeping the code editor [makes sense](https://github.com/zotero/scaffold/issues/49#issuecomment-334988654). But then we should make it easier to switch between another external editor, by auto-detecting if the file...
Tentative plan: 1) When downloading a URL, either make a HEAD request first to see if the URL is a PDF or, if possible, gracefully handle PDF downloads in `Zotero.HTTP.request()`...