JustAnotherArchivist

Results 135 issues of JustAnotherArchivist

The [API documentation of `filelock.FileLock`](https://py-filelock.readthedocs.io/en/latest/api.html#filelock.FileLock) simply reads: > alias of `filelock._unix.UnixFileLock` Naturally, this is only true on platforms supporting `fcntl.flock`, else it might be a `WindowsFileLock` or `SoftFileLock`. I assume...

help-wanted
documentation

When printing filenames (and possibly other things), lsof replaces some characters with an escaped form. However, this format is ambiguous: ``` > touch $'a\x0b' > touch 'a^K' > # Open...

enhancement
target:4.96.0

**Describe the bug** When the zstd CLI is called with `-D` and that file does not contain a valid dictionary, this is either ignored or results in potentially confusing 'Dictionary...

feature request

**Situation** In my community, we often create short-lived channels for specific projects. These channels are typically only actively used for weeks to months, and most of them become entirely irrelevant...

I have a WARC which contains an HTTP response whose headers are malformed. Specifically, it's from http://www.assoc-amazon.com/s/link-enhancer?tag=discount039-20&o=1 and this is the data returned: HTTP/1.1 302 Content-Type: text/html nnCoection: close Content-Length:...

bug

WARCs from at least wpull 1.2.3 produce a warning of "Content block length changed from X to Y" for warcinfo records. Example: > wpull --version 1.2.3 > wpull https://example.org/ --warc-file...

bug

Since people seem to keep trying to use snscrape with threads (despite this not being listed as a feature anywhere) and running into problems (seemingly without searching the issues)... **snscrape...

enhancement

> The id and parentID seem to have different entry format, like say this "id": "t1_j72b5yy", "parentId": 41785179015. I can see how I can deduce what all comments come from...

bug
module:reddit
upstream

The JSON currently produced by snscrape has some issues: deprecated fields[^0] can't be marked as such (compatibility), and default values are included (bloat). This can't be fixed within JSON, but...

enhancement

Communities can't be searched for (as far as I know) and contain unique tweets that don't show up in user feeds or the search. Example of a community: https://twitter.com/i/communities/1565124626883063808

enhancement
module:twitter