hrdl

Results 32 issues of hrdl

papis 0.12 (since https://github.com/papis/papis/commit/e6cd2717d2aaa0069d4a7d42dbafbb3de98da4d5) Using an example from the documentation: `papis add https://arxiv.org/abs/1712.03134` will match both the arxiv downloader and the fallback downloader, producing a files entry with one item....

papis, version 0.11.1 At the moment the crossref importer selects the second element of the `link` list https://github.com/papis/papis/blob/5f6085242b9195e37898bcf7da6d035b02c217b0/papis/crossref.py#L116-L119 This works for the test case (https://api.crossref.org/works/10.1103/physrevb.89.140501), but not for other cases...

* papis version 0.11.1: Some of papis's default arguments are implemented via click.option decorators. This works fine as long as the correct `cli` function (e.g. https://github.com/papis/papis/blob/4fc33cae4053afeaa6eca00e206e6c50c2c11847/papis/commands/add.py#L478) is called, but fails...

### Brief Abstract Unless creating a file-based node, `org-roam-node-insert` does not insert nodes, but creates headings in a file that is a node. This means that the inserted ID usually...

Make selection-style configurable via pdf-view-selection-style. A default value of word might be desirable, as selection is usually intended to select entire words is perceptually faster than glyph-based selection. This affects...

new feature implementation
pending review

### The bug Adding a blurred background works fine for all aspect ratios when the screen orientation is portrait. In landscape mode pictures appear cropped. ### The OS that Immich...

ed1febef279de5e1120af70dff04261b61175383 claims that jitting `_while_loop_lax` is redundant. However, this change also seems to prevent the result from being cached, causing recompilation of loops like https://github.com/google/jaxopt/blob/58bac0ac375732dce358cf85583ae7fe3632b8cf/jaxopt/_src/base.py#L314 Reverting ed1febef279de5e1120af70dff04261b61175383 drastically reduces compilation...