bnewbold

Results 394 comments of bnewbold

Note: I've proposed self-reported timestamps (git style) to be included in hyperdb/hyperdrive: - https://github.com/datprotocol/DEPs/pull/11 - https://github.com/bnewbold/dat-deps/blob/dep-hyperdb-timestamps/proposals/0000-hyperdb-timestamps.md

I think this is an important addition. I think the DNS concerns haven't been addressed very publicly because the informal plan has been to move to an improved DHT or...

This came up for me recently as well; it broke my expectations about how CDX indexes worked, in that when I fetched files via wayback (without replay) and wrote out...

Here is a Google Scholar blog post about detecting reference strings: https://scholar.googleblog.com/2016/01/quickly-lookup-references.html The jargon-y term for this use case is "known item lookup"

An initial version of this has been implemented and is live. Testing and iteration probably needed.

Some user queries are getting re-written poorly with the current system: "journal:" Post Communist Economies "year:" 2021 "Title:" A multi-speed fiscal "Europe?" Fiscal rules and fiscal performance in the EU...

What seems to be happening in this particular corner case is that GROBID parses the PDF successfully, but the "body" is empty. Here is what the "intermediate" hydrated object looks...

Worked around this particular case by lower-casing direct DOI queries, but really the identifier field should be case-insensitive at the ES schema abstraction layer. Keeping this issue open until that...

Somewhat embarrassingly, the urgent aspect of this issue has been resolved by simply removing the `async` and `await` keywords from methods that make blocking calls. FastAPI will detect this and...

I just encountered this bug myself via organic use. My browser environment: Chromium on Debian Linux (x86_64), not incognito mode, language preference is English. The query I first encountered this...