Charles Duffy

Results 71 issues of Charles Duffy

While this is moot with any backend where deserialization creates a new object on every retrieval, with basic in-memory storage a memoized result can be modified in-place by the code...

At present, no means of maintaining connections or channels across multiple calls from an external entry point is available in wabbitmq. Discussion on IRC lead to the following attempt: ```...

I'm able to build against the (now unsupported) OpenSSL 1.0.2, or LibreSSL 3.1.3, but not OpenSSL 1.1.1g. Using the following Nix derivation (to reproducibly specify the build environment when combined...

At present, pytailer does not poll for whether a file's direntry has been replaced, as during log rotation; GNU's version of the `tail` command does have this functonality. Add an...

Given a document that looks like so: ``` { 'foo': [1,2,3,4] } ``` I would expect to be able to use a before script to replace the document with only...

feature

...on account of a divide-by-zero here: ``` factor = int(256.0/(len(self._databases)*2.5)) ```

This changeset uses Hoe to package the escape library as a gem. It modifies the README, history, etc. to be formatted in such a way that Hoe can parse them,...

The output of `tree` is not rendered correctly, even with the `-A` ("ANSI line graphics") or `-S` (cp437) options;

Fixes #47. - `requirements.txt` being missing from the source tarball meant that this package was only possible to install from the wheel, not from the sdist; one can reproduce the...

The file https://files.pythonhosted.org/packages/source/e/embedding-reader/embedding_reader-1.7.0.tar.gz with sha256 ff07f7a3534860e69af9b585031bbd1b992e2b4105a47b7f9b471d68acd1bffb does not include a `requirements.txt` file, but its `setup.py` tries to read one: ``` python3.12-embedding-reader> Processing /private/tmp/nix-build-python3.12-embedding-reader-1.7.0.drv-0/embedding_reader-1.7.0 python3.12-embedding-reader> Running command python setup.py egg_info python3.12-embedding-reader>...